None.
None.
| Name | Description | Usage |
|---|---|---|
| brand | Filters the request by brand. | GET v3/content/brand?filter=brand~{operator}~{value} |
| Name | Description | Type | Additional Info |
|---|---|---|---|
| Brand | The brand content. | BrandV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"Brand": {
"Name": "sample string 1",
"PrimaryColor": "sample string 2",
"LinkColor": "sample string 3",
"ButtonColor": "sample string 4",
"BackgroundColor": "sample string 5",
"LogoImageUrl": "sample string 6",
"LogoTargetUrl": "sample string 7"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"Brand":{"Name":"sample string 1","PrimaryColor":"sample string 2","LinkColor":"sample string 3","ButtonColor":"sample string 4","BackgroundColor":"sample string 5","LogoImageUrl":"sample string 6","LogoTargetUrl":"sample string 7"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});