ContactsFilter
Criteria object used to filter the result set returned by getContacts.
ContactsFilter
| Field | Type | Description | Required |
|---|---|---|---|
| contains | string | Search term to match against contact names or numbers. | No |
| limit | number | Maximum number of contacts to return. | No |
| offset | number | Number of records to skip (for pagination). | No |
| types | CONTACTS_FILTER_TYPES[] | Array of contact types (Agent, PhoneBook, Queue, PhoneNumber) used to narrow the results. | No |