GET api/Branding/GetColors
Deprecated endpoint. It will be removed in the upcoming versions.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ObjResultOfBrandingColorsName | Description | Type | Additional information |
---|---|---|---|
Data | BrandingColors |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "light": true, "lightCatalog": true, "colorCatalog": "sample string 3", "selectionColorCatalog": "sample string 4", "imageId": "sample string 5", "catalogId": "sample string 6", "backgroundId": "sample string 7", "defaultLogo": "sample string 8", "defaultBackground": "sample string 9", "color": "sample string 10", "selectionColor": "sample string 11" }, "error": "sample string 1", "success": true, "errorCode": 3 }