Get all contacts by campaign ID
Get all campaign contacts. Returns an array of ContactPublicDto. Supports pagination, status filtering and sorting options.
Authorizations
Headers
Optional sub organization ID. Must belong to your main organization API key.
Path Parameters
Id of the campaign as a string ObjectId value.
Query Parameters
Filter contacts up to this last attempt date in ISO 8601 UTC format (e.g. YYYY-MM-DDTHH:mm:ss.sssZ). Default is null.
Filter contacts from this last attempt date in ISO 8601 UTC format (e.g. YYYY-MM-DDTHH:mm:ss.sssZ). Default is null.
Archived filter. Default is false.
Sorting direction. Default is ascending. Possible values: 'asc' or 'desc'.
Sorting attribute. Name of the entity field to sort by.
Status filter. Default is all statuses.
Max page size. Default is 50.
Page number. Default is 0.
Response
The response is of type object[]
.