GET /contacts/dncs

callfire.com:V2

Summary: Find do not contact (dnc) items
Operation ID: findDoNotContacts
Auth: unknown
Description

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

Parameters (11)

call (boolean, query, optional)

Show only Do-Not-Call numbers

campaignId (integer, query, optional)

A campaign id which was used to send a message to a DNC number

fields (string, query, optional)

Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at [partial response](https://developers.callfire.com/docs.html#partial-response) page.

inboundCall (boolean, query, optional)

~

inboundText (boolean, query, optional)

~

limit (integer, query, optional, default: 100)

To set the maximum number of records to return in a paged list response. The default is 100

number (array, query, optional)

~

offset (integer, query, optional, default: 0)

Offset to the start of a given page. The default is 0. Check [pagination](https://developers.callfire.com/docs.html#pagination) page for more information about pagination in CallFire API.

prefix (string, query, optional)

Prefix (1-10 digits) of phone numbers

source (string, query, optional)

A DNC source name to search for DNCs

text (boolean, query, optional)

Show only Do-Not-Text numbers

No probe data for this endpoint yet.