Find do not contact (dnc) items
GET {{baseUrl}}/contacts/dncs?fields=<string>&limit=<integer>&offset=<integer>&prefix=<string>&campaignId=<integer>&source=<string>&call=<boolean>&text=<boolean>&number=<string>
Searches for all Do Not Contact (DNC) objects created by user. These DoNotContact entries only affect calls/texts/campaigns on this account. Returns a paged list of DoNotContact objects
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page. | |
limit | string | To set the maximum number of records to return in a paged list response. The default is 100 | |
offset | string | Offset to the start of a given page. The default is 0. Check pagination page for more information about pagination in CallFire API. | |
prefix | string | Prefix (1-10 digits) of phone numbers | |
campaignId | string | An id of a campaign, queries for calls included to a particular campaign. Specify null for all campaigns and 0 for default campaign | |
source | string | A DNC source name to search for DNCs | |
call | string | Show only Do-Not-Call numbers | |
text | string | Show only Do-Not-Text numbers | |
number | string | Multiple contact numbers can be specified. If the number parameter is included, the other query parameters are ignored. |