v1
latestOpenAPI 3.0.02026-08-063014193.1 MBRelated Contacts
Return the related contact data for a single matter
Outlines the parameters, optional and required, used when requesting the data for all RelatedContacts
get/matters/{matter_id}/related_contacts.json
Path parameters
matter_idinteger required
Filters RelatedContacts data by matter.
Query parameters
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 RelatedContacts records to be returned. Limit can range between 1 and 200. Default: 200.
order'id(asc)' | 'id(desc)' | 'contact.name(asc)' | 'contact.name(desc)'
Orders the RelatedContacts records by the given field. Note that id is ordered by the id of the nested Relationship record. Default: id(asc).
page_tokenstring
A token specifying which page to return.
Headers
X-API-VERSIONstring
The API minor version. Default: latest version.
Response
Ok