cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/integration/campaigns \ --header 'x-api-token: <api-key>'
{ "totalCount": 123, "edges": [ { "id": "<string>", "organisationId": "<string>", "name": "<string>", "startDate": "<string>", "endDate": "<string>", "status": "archived", "createdAt": "<string>", "updatedAt": "<string>" } ] }
Retrieve a paginated list of campaigns.
Supported query parameters:
1 <= x <= 100
x >= 0
Successful response
Show child attributes
The id of the campaign
The id of the organisation the campaign belongs to
The name of the campaign
The start date of the campaign
The end date of the campaign
The status of the campaign
archived
draft
expired
live
scheduled
The date the campaign was created
The date the campaign was last updated
Was this page helpful?