GET api/branding/{id}
Get branding. Processes this branding API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the requested resource. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
BrandingDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name value. |
string |
None. |
| BrandDocuments |
The collection of brand documents. |
Collection of DocumentDataContract |
None. |
| PortalConfigurations |
The collection of portal configurations. |
Collection of PortalConfigurationDataContract |
None. |
| PortalCustomisations |
The collection of portal customisations. |
Collection of PortalCustomisationDataContract |
None. |
| SalesPropertyUrl |
The sales property url value. |
string |
None. |
| LettingsPropertyUrl |
The lettings property url value. |
string |
None. |
| AnytimeBaseUrl |
The anytime base url value. |
string |
None. |
| SystemStatus |
The system status value. |
EnumDataContract |
None. |
| CreatedDate |
The created date, expressed as a date and time. |
date |
None. |
| CreatedBy |
The created by value. |
CreatedByDataContract |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.