v1
latestOpenAPI 3.0.02026-08-067074272.5 KBRetrieves all contacts that match the specified filtering criterion.
As many as all filter parameters and as few as none may be set. Only the dashboard specified will be searched; contacts are organized by dashboard, and there is no account level search for a number available.
Path parameters
Id of dashboard
Query parameters
The phone number that you're searching for. This uses "starts with" searching.
The display name that you're searching for. This uses "contains substring" searching.
List or singular guid referencing the contact tags you want to filter by
List or singular ids referencing the groups you want to filter by
Id of custom field to filter by. Requires value for custom_field_value_1 to specify the desired custom field value
Filter value of the custom field specied in custom_field_id_1. Requires value for custom_field_id_1 to specify which custom field to filter by
Id of custom field to filter by. Requires value for custom_field_value_2 to specify the desired custom field value
Filter value of the custom field specied in custom_field_id_2. Requires value for custom_field_id_2 to specify which custom field to filter by
Id of custom field to filter by. Requires value for custom_field_value_3 to specify the desired custom field value
Filter value of the custom field specied in custom_field_id_3. Requires value for custom_field_id_3 to specify which custom field to filter by
The page number. The first item returned will be page multiplied by page_size
The number of items returned. The first item returned will be page multiplied by page_size
Response
A list of contacts.
Example response
{
"meta": {
"total_items": 172
},
"items": [
{
"phone_number": "13216547890",
"first_name": "John",
"last_name": "Smith",
"display_name": "John Smith",
"thread_id": "166382ad-72ce-466a-bc64-ce5247905e43",
"suppressed_reason": "Contact asked not to be texted.",
"note": "Lead from newsletter",
"groups": [
12,
26
],
"contact_tags": [
"a8608167-caf8-485c-a0c5-d97fb0fc9069",
"54b35406-189d-4e70-a170-c87e231f8ca3"
],
"custom_fields": [
{
"id": "cc63eb7d-3575-478f-b42e-1e64e40d41c9",
"value": "john.doe@gmail.com"
}
]
}
]
}