GET api/branding/websitesetup/{brandId}
Get files and details that can be used to customize a website 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 |
|---|---|---|---|
| brandId |
The unique identifier of the brand resource. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
BrandWebsiteSetupDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| AgencyName |
The agency name value. |
string |
None. |
| CssUrl |
The css url value. |
string |
None. |
| LogoUrl |
The logo url value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AgencyName": "sample string 1",
"CssUrl": "sample string 2",
"LogoUrl": "sample string 3"
}