Fetch contact IDs
GET {{baseUrl}}/marketing/v3/campaigns/:campaignGuid/reports/contacts/:contactType?startDate=<string>&endDate=<string>&limit=<integer>&after=<string>
Fetch the list of contact IDs for the specified campaign and contact type
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
startDate | string | The start date for the report data, formatted as YYYY-MM-DD. | |
Default value: 2006-01-01 | |||
endDate | string | End date for the report data, formatted as YYYY-MM-DD. | |
Default value: Current date | |||
limit | string | Limit for the number of contacts to fetch | |
Default: 100 | |||
after | string | A cursor for pagination. If provided, the results will start after the given cursor. | |
Example: NTI1Cg%3D%3D |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"id":"\u003cstring\u003e"},{"id":"\u003cstring\u003e"}],"paging":{"next":{"after":"\u003cstring\u003e","link":"\u003cstring\u003e"}}}