View contact lists and their properties.

MethodDescription
queryContactListsGET /contact_lists
Returns lists of contacts that match the query.

This method supports the semantics of search queries.

Requires authorization and access right contacts_view.

queryContactListsCountHEAD /contact_lists
Returns the number of contact lists that match the query.

This method supports the semantics of search queries.

Requires authorization and access right contacts_view.

queryContactListsV1GET /contact_lists/v1
Returns legacy contact lists that match the query.

This method supports the semantics of search queries.

Requires authorization and access right contacts_view.

queryContactListsCountV1HEAD /contact_lists/v1
Returns the number of legacy contact lists that match the query.

This method supports the semantics of search queries.

Requires authorization and access right contacts_view.

getContactListV1ByIdGET /contact_lists/v1/listId
Returns contact lists in legacy format.

Requires authorization and access right contacts_view.

getContactListByIdGET /contact_lists/listId
Returns a contact list by its ID.

Requires authorization and access right contacts_view.

queryContactListContactsGET /contact_lists/listId/contacts
Returns the contacts and contact list that match the query.

This method supports the semantics of search queries.

Requires authorization and access right contacts_view.

queryContactListContactsCountHEAD /contact_lists/listId/contacts
Returns the number of contacts from the contact list that match the query.

This method supports the semantics of search queries.

Requires authorization and access right contacts_view.

getContactListContactByIdGET /contact_lists/listId/contacts/contactId
Returns a contact in the contact list by its ID.

Requires authorization and access right contacts_view.

getContactListPropertiesGET /contact_lists/listId/properties
Returns the fields in the contact list.

Requires authorization and access right contacts_view.

getContactListPropertyByIdGET /contact_lists/listId/properties/propertyId
Returns a field in the contact list by its ID.

Requires authorization and access right contacts_view.

getContactListSegmentsGET /contact_lists/listId/segments
Returns the segments in the contact list.

Requires authorization and access right contacts_view.

getContactListSegmentByIdGET /contact_lists/listId/segments/segmentId
Returns a segment in the contact list by its ID.

Requires authorization and access right contacts_view.