Get all contacts by campaign ID
Get all campaign contacts. Returns an array of ContactPublicDto. Supports pagination, status filtering and sorting options.
Authorizations
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 id of the contact. string representation of a ObjectId.
The name of the contact.
The phone number of the contact.
The id of the campaign. string representation of a ObjectId.
The status of the contact.
The total number of call attempts made to reach the contact.
The date and time the contact was created in ISO format.
The date and time of the last call attempt in ISO format.
The reason for failing the call.
The reason details for failing the call.