Search for Creative
GET https://{{baseUrl}}/creatives?accounts=List(id1,id2,id3)&campaigns=List(id1,id2,id3)&contentReferences=List(id1,id2,id3)&creatives=List(id1,id2,id3)&intendedStatuses=List(ARCHIVED,CANCELED,ARCHIVED)&isTestAccount=true&isTotalIncluded=false&leadgenCreativeCallToActionDestinations=List()&q=criteria&sortOrder=ASCENDING
You can search for creative content in order to get a collection of creatives matching your search parameters. The Creative API currently supports search by creative id
, campaign
, account
, content reference
, intendedStatus
, leadgenCreativeCallToActionDestinations
and test fields. The API supports finding creatives from multiple accounts. The values within each field are displayed with 'or' (ORed) and values across fields are displayed with 'and' (ANDed).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accounts | string | ||
campaigns | string | ||
contentReferences | string | ||
creatives | string | ||
intendedStatuses | string | ||
isTestAccount | boolean | ||
isTotalIncluded | boolean | ||
leadgenCreativeCallToActionDestinations | string | ||
q | string | ||
sortOrder | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Restli-Protocol-Version | string | ||
Authorization | string | ||
LinkedIn-Version | string |