{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Expense Categories API", "version": "v4" }, "items": [ { "info": { "name": "Expense Categories", "type": "folder" }, "items": [ { "info": { "name": "Return the data for all ExpenseCategories", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/expense_categories.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "created_since", "value": "", "type": "query", "description": "Filter ExpenseCategory records to those having the `created_at` field after a specific time. (Expects an ISO-8601 timestamp)." }, { "name": "entry_type", "value": "", "type": "query", "description": "Filter ExpenseCategory records to those that match the given type." }, { "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 ExpenseCategory records to be returned. Limit can range between 1 and 200. Default: `200`." }, { "name": "order", "value": "", "type": "query", "description": "Orders the ExpenseCategory records by the given field. Default: `id(asc)`." }, { "name": "page_token", "value": "", "type": "query", "description": "A token specifying which page to return." }, { "name": "query", "value": "", "type": "query", "description": "Allows matching search on expense category name." }, { "name": "updated_since", "value": "", "type": "query", "description": "Filter ExpenseCategory 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 ExpenseCategories" }, { "info": { "name": "Create a new ExpenseCategory", "type": "http" }, "http": { "method": "POST", "url": "https://app.clio.com/api/v4/expense_categories.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 ExpenseCategory" }, { "info": { "name": "Return the data for a single ExpenseCategory", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/expense_categories/: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 ExpenseCategory." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for a single ExpenseCategory" }, { "info": { "name": "Update a single ExpenseCategory", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.clio.com/api/v4/expense_categories/: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 ExpenseCategory." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Outlines the parameters and data fields used when updating a single ExpenseCategory" }, { "info": { "name": "Delete a single ExpenseCategory", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.clio.com/api/v4/expense_categories/:id.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the ExpenseCategory." } ] }, "docs": "Outlines the parameters, optional and required, used when deleting the record for a single ExpenseCategory" }, { "info": { "name": "List Expense Categories", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/lauk_expense_categories.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": "key", "value": "", "type": "query", "description": "Filter by key." }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of LaukExpenseCategory records to be returned. Limit can range between 1 and 200. Default: `200`." }, { "name": "name", "value": "", "type": "query", "description": "Filter by expense name." }, { "name": "page_token", "value": "", "type": "query", "description": "A token specifying which page to return." }, { "name": "practice_area", "value": "", "type": "query", "description": "Filter by expense practice area." }, { "name": "region", "value": "", "type": "query", "description": "Sets the expense rate returned based on the region. If the region is set to London, it will return the London rate; otherwise, it will return the non-London rate." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for all LaukExpenseCategories" } ] } ], "bundled": true }