{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Activity Descriptions API", "version": "v4" }, "items": [ { "info": { "name": "Activity Descriptions", "type": "folder" }, "items": [ { "info": { "name": "Return the data for all ActivityDescriptions", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/activity_descriptions.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "created_since", "value": "", "type": "query", "description": "Filter ActivityDescription 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": "flat_rate", "value": "", "type": "query", "description": "Filter ActivityDescription records to those that have a flat rate, or not." }, { "name": "ids[]", "value": "", "type": "query", "description": "Filter ActivityDescription records to those having the specified unique identifiers." }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of ActivityDescription 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": "rate_for[matter_id]", "value": "", "type": "query", "description": "Matter id for rate calculation." }, { "name": "rate_for[user_id]", "value": "", "type": "query", "description": "User id for rate calculation. If not provided, the user associated to the API request is assumed." }, { "name": "type", "value": "", "type": "query", "description": "Filter ActivityDescription records to those of a specific type." }, { "name": "updated_since", "value": "", "type": "query", "description": "Filter ActivityDescription records to those having the `updated_at` field after a specific time. (Expects an ISO-8601 timestamp)." }, { "name": "user_id", "value": "", "type": "query", "description": "The unique identifier for a single User. The keyword `null` is not valid for this field. The list will be filtered to include only the ActivityDescription records with the matching property." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for all ActivityDescriptions" }, { "info": { "name": "Create a new ActivityDescription", "type": "http" }, "http": { "method": "POST", "url": "https://app.clio.com/api/v4/activity_descriptions.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)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Outlines the parameters and data fields used when creating a new ActivityDescription" }, { "info": { "name": "Return the data for a single ActivityDescription", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/activity_descriptions/:id.json", "headers": [ { "name": "IF-MODIFIED-SINCE", "value": "" }, { "name": "IF-NONE-MATCH", "value": "" }, { "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": "id", "value": "", "type": "path", "description": "The unique identifier for the ActivityDescription." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for a single ActivityDescription" }, { "info": { "name": "Update a single ActivityDescription", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.clio.com/api/v4/activity_descriptions/:id.json", "headers": [ { "name": "IF-MATCH", "value": "" }, { "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": "id", "value": "", "type": "path", "description": "The unique identifier for the ActivityDescription." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Outlines the parameters and data fields used when updating a single ActivityDescription" }, { "info": { "name": "Delete a single ActivityDescription", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.clio.com/api/v4/activity_descriptions/:id.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the ActivityDescription." } ] }, "docs": "Outlines the parameters, optional and required, used when deleting the record for a single ActivityDescription" } ] } ], "bundled": true }