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