GET API/V40/System/Settings/AppStyles?SessionToken={SessionToken}
Retrieve app styles for a Property
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SessionToken |
The token associated with this session of API interactions. This token should always be included in API calls, because it contains important session state information. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseContainerModelName | Description | Type | Additional information |
---|---|---|---|
SessionToken |
The token associated with this session of API interactions. Generally this is the same token passed with the API request parameters, but under certain circumstances this can be changed before being sent back to the caller. |
string | |
ResponsesIncluded |
A list of response messages names contained in this composite message, for easy pre-parsing. |
string | |
Responses |
A list of response messages contained in this composite message. |
Collection of Object | |
Status |
The success status the composite message. |
CompositeStatus |
Response Formats
application/json, text/json
Sample:
{ "sessionToken": "atpGJj7-3IgKAAAAAAAAAAAAAAA.9wt_QYI5AwMBTMzIualdcvDa8SA6Y2BeIAAZ0cBvQ28", "responsesIncluded": "getAppStylesResponse", "responses": [ { "getAppStylesResponse": { "content": { "colours": { "sample string 1": {}, "sample string 3": {} }, "fonts": { "sample string 1": { "fileName": "sample string 1", "postScriptName": "sample string 2", "size": 3 }, "sample string 2": { "fileName": "sample string 1", "postScriptName": "sample string 2", "size": 3 } }, "logos": { "topBarImageUrl": "sample string 1", "sideMenuImageUrl": "sample string 2", "faviconImageUrl": "sample string 3", "roundedCorners": 1 } }, "succeeded": true } } ], "status": "Success" }