{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Email Addresses API", "version": "v4" }, "items": [ { "info": { "name": "Email Addresses", "type": "folder" }, "items": [ { "info": { "name": "Return the data for all EmailAddresses", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/contacts/:contact_id/email_addresses.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "contact_id", "value": "", "type": "path", "description": "ID of the Contact" }, { "name": "created_since", "value": "", "type": "query", "description": "Filter EmailAddress records to those having the `created_at` field after a specific time. (Expects an ISO-8601 timestamp)." }, { "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": "ids[]", "value": "", "type": "query", "description": "Filter EmailAddress records to those having the specified unique identifiers." }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of EmailAddress records to be returned. Limit can range between 1 and 200. Default: `200`." }, { "name": "page_token", "value": "", "type": "query", "description": "A token specifying which page to return." }, { "name": "updated_since", "value": "", "type": "query", "description": "Filter EmailAddress records to those having the `updated_at` field after a specific time. (Expects an ISO-8601 timestamp)." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for all EmailAddresses" } ] } ], "bundled": true }