Get all campaign contacts. Returns an array of ContactPublicDto. Supports pagination, status filtering and sorting options.
Optional sub organization ID. Must belong to your main organization API key.
Id of the campaign as a string ObjectId value.
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.
The response is of type object[]
.