v1

latestOpenAPI 3.0.02026-08-063014193.1 MB
Matter Contacts

Return the related contact data for a single matter

Outlines the parameters, optional and required, used when requesting the data for all MatterContacts

get/matters/{matter_id}/contacts.json

Path parameters

matter_idinteger required

Filters contact data by matter.

Query parameters

custom_field_ids[]integer

IDs of custom fields to include in results.

fieldsstring

The fields to be returned. See response samples for what fields are available. For more information see the fields section.

limitinteger

A limit on the number of MatterContacts records to be returned. Limit can range between 1 and 200. Default: 200.

order'is_client(asc)' | 'is_client(desc)' | 'id(asc)' | 'id(desc)'

Orders the MatterContacts records by the given field. Note that id is ordered by the id of the nested Relationship record. Default: is_client(asc).

page_tokenstring

A token specifying which page to return.

Headers

X-API-VERSIONstring

The API minor version. Default: latest version.

Response

Ok