List TargetList . campaigns
List 'Campaign' records related through the 'campaigns' link.
Query parameters
A pagination offset.
The maximum number of records to return.
An attribute (field) to order by.
An order direction.
A text filter query. Wildcard (*) is supported.
A primary filter.
Bool filters.
Attributes to return. Select only the necessary ones to improve performance.
Where items.
Response
Success.
Example response
{
"list": [
{
"createdAt": "2026-11-29 12:34:56",
"modifiedAt": "2026-11-29 12:34:56"
}
]
}Changes
Changed in 2 of the 4 revisions of this API.1212
- ●
deleted the
queryrequest parametersearchParamsrequest-parameter-removed
- ●
added the new
EURenum value to thelist/items/budgetCurrencyresponse property for the response status200response-property-enum-value-added
- ●
added the new
EURenum value to thelist/items/revenueCurrencyresponse property for the response status200response-property-enum-value-added
- ○
added the new optional
queryrequest parameterattributeSelectnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterboolFilterListnew-optional-request-parameter
- ○
added the new optional
queryrequest parametermaxSizenew-optional-request-parameter
- ○
added the new optional
queryrequest parameteroffsetnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterordernew-optional-request-parameter
- ○
added the new optional
queryrequest parameterorderBynew-optional-request-parameter
- ○
added the new optional
queryrequest parameterprimaryFilternew-optional-request-parameter
- ○
added the new optional
queryrequest parametertextFilternew-optional-request-parameter
- ○
added the new optional
queryrequest parameterwhereGroupnew-optional-request-parameter
- ●
- ●
deleted the
queryrequest parameterattributeSelectrequest-parameter-removed
- ●
deleted the
queryrequest parameterboolFilterListrequest-parameter-removed
- ●
deleted the
queryrequest parametermaxSizerequest-parameter-removed
- ●
deleted the
queryrequest parameteroffsetrequest-parameter-removed
- ●
deleted the
queryrequest parameterorderrequest-parameter-removed
- ●
deleted the
queryrequest parameterorderByrequest-parameter-removed
- ●
deleted the
queryrequest parameterprimaryFilterrequest-parameter-removed
- ●
deleted the
queryrequest parametertextFilterrequest-parameter-removed
- ●
deleted the
queryrequest parameterwhereGrouprequest-parameter-removed
- ○
added the new optional
queryrequest parametersearchParamsnew-optional-request-parameter
- ○
removed the
EURenum value from thelist/items/budgetCurrencyresponse property for the response status200response-property-enum-value-removed
- ○
removed the
EURenum value from thelist/items/revenueCurrencyresponse property for the response status200response-property-enum-value-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●