List of post campaigns for tags/locations.
Returns a page of bulk (multi-location) post campaigns that include a single location.
Path parameters
Base64-encoded location cursor / global ID (e.g. TG9jYXRpb246MTgwMDI4OQ==). Pass it verbatim, do not URL-encode it. The base64 cursor always resolves; the raw numeric database ID also works on this endpoint, but the base64 form is the portable choice across the API.
Query parameters
JSON-encoded filter object
JSON-encoded array of location IDs to include alongside the path location.
JSON-encoded filter object
JSON-encoded SocialPostFiltersInput (e.g. by type, status, creationDateRange, siteUrls).
1-based page number for offset pagination.
Number of records per page.
JSON-encoded filter object
JSON-encoded sort object { "field": "created_at", "order": "Descending" }. field is one of name, type, status, created_at, schedule_start_date, schedule_end_date, client_name, clicks, views, shares.
Filter to campaigns created by a specific component/integration.
Response
Successful response
Changes
Changed in 2 of the 4 revisions of this API.11
- ●
deleted the
queryrequest parametertagrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
queryrequest parametertagbecame requiredrequest-parameter-became-required
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲