GET v3/content/brand

https://api-test.questline.com/v3/content/brand

Gets a brand for the account.

Request Information

URI Parameters

None.

Body Parameters

None.

Filters

Name Description Usage
brand Filters the request by brand. GET v3/content/brand?filter=brand~{operator}~{value}

Response Information

Resource Description

GetBrandingResponseV3
Name Description Type Additional Info
Brand The brand content. BrandV3 None.
Error The response error, if any. ResponseErrorV3 None.

Response Formats

application/json, text/json

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"
  }
}

text/javascript, application/javascript, application/json-p

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"}});