GET request/brandconfig
Displays the Brand Configuration for a specific user and a product
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DashboardBrandConfigViewName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
NoOfDays | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "noOfDays": 1, "id": 2 }
text/html
Sample:
{"noOfDays":1,"id":2}
application/xml, text/xml
Sample:
<DashboardDto.DashboardBrandConfigView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.DashboardDto"> <Id>2</Id> <NoOfDays>1</NoOfDays> </DashboardDto.DashboardBrandConfigView>