{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Related Contacts API", "version": "v4" }, "items": [ { "info": { "name": "Related Contacts", "type": "folder" }, "items": [ { "info": { "name": "Return the related contact data for a single matter", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/matters/:matter_id/related_contacts.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "The fields to be returned. See response samples for what fields are available. For more information see the [fields section](#section/Fields)." }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of RelatedContacts records to be returned. Limit can range between 1 and 200. Default: `200`." }, { "name": "matter_id", "value": "", "type": "path", "description": "Filters RelatedContacts data by matter." }, { "name": "order", "value": "", "type": "query", "description": "Orders the RelatedContacts records by the given field. Note that `id` is ordered by the `id` of the nested Relationship record. Default: `id(asc)`." }, { "name": "page_token", "value": "", "type": "query", "description": "A token specifying which page to return." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for all RelatedContacts" } ] } ], "bundled": true }