Get Showcase Creative Resources
API Description
Get information about one or more showcase creative resources matching query parameters.
Request
URI Parameters
| Name | Input |
|---|---|
orgId | |
brandId |
Query Parameters
Filters to apply on the operation.
| Name | Input |
|---|---|
id | |
state | |
createdDate | |
updatedDate | |
showcaseCreativeDetails.photo.id |
Path Template
GET {url}/api/{version}/orgs/{orgId}/brands/{brandId}/showcase-creatives?ql={query_parameter};{query_parameter}
This path example is expected to return all showcases possessing the identified photo
Path Example
GET {url}/api/v1/orgs/9467895078742654934/brands/9467895078742654921/showcase-creatives?ql=showcaseCreativeDetails.photo.id==9467895078742654949
Request Headers
| Name | Input |
|---|---|
Authorization | |
Accept |
Example Request Headers
Authorization: Bearer <access_token>
Accept: application/json