{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Task Template Lists API", "version": "v4" }, "items": [ { "info": { "name": "Task Template Lists", "type": "folder" }, "items": [ { "info": { "name": "Copy a TaskTemplateList", "type": "http" }, "http": { "method": "POST", "url": "https://app.clio.com/api/v4/task_template_lists/:id/copy.json", "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 TaskTemplateList." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a copy of the TaskTemplateList identified by the `id` path parameter.\n" }, { "info": { "name": "Return the data for all TaskTemplateLists", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/task_template_lists.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "created_since", "value": "", "type": "query", "description": "Filter TaskTemplateList records to those having the `created_at` field after a specific time. (Expects an ISO-8601 timestamp)." }, { "name": "empty", "value": "", "type": "query", "description": "Filter TaskTemplateList records to those that either contain at least one task template or contain none." }, { "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 TaskTemplateList records to those having the specified unique identifiers." }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of TaskTemplateList records to be returned. Limit can range between 1 and 200. Default: `200`." }, { "name": "order", "value": "", "type": "query", "description": "Orders the TaskTemplateList records by the given field. Default: `id(asc)`." }, { "name": "page_token", "value": "", "type": "query", "description": "A token specifying which page to return." }, { "name": "practice_area_id", "value": "", "type": "query", "description": "The unique identifier for a single PracticeArea. Use the keyword `null` to match those without a TaskTemplateList. The list will be filtered to include only the TaskTemplateList records with the matching property." }, { "name": "query", "value": "", "type": "query", "description": "Wildcard search for `name` matching a given string." }, { "name": "updated_since", "value": "", "type": "query", "description": "Filter TaskTemplateList 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 TaskTemplateLists" }, { "info": { "name": "Create a new TaskTemplateList", "type": "http" }, "http": { "method": "POST", "url": "https://app.clio.com/api/v4/task_template_lists.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 TaskTemplateList" }, { "info": { "name": "Return the data for a single TaskTemplateList", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/task_template_lists/: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 TaskTemplateList." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for a single TaskTemplateList" }, { "info": { "name": "Update a single TaskTemplateList", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.clio.com/api/v4/task_template_lists/: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 TaskTemplateList." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Outlines the parameters and data fields used when updating a single TaskTemplateList" }, { "info": { "name": "Delete a single TaskTemplateList", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.clio.com/api/v4/task_template_lists/:id.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the TaskTemplateList." } ] }, "docs": "Outlines the parameters, optional and required, used when deleting the record for a single TaskTemplateList" } ] } ], "bundled": true }