{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Timers API", "version": "v4" }, "items": [ { "info": { "name": "Timers", "type": "folder" }, "items": [ { "info": { "name": "Return the data for a single Timer", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/timer.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)." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for a single Timer" }, { "info": { "name": "Create a new Timer", "type": "http" }, "http": { "method": "POST", "url": "https://app.clio.com/api/v4/timer.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 Timer" }, { "info": { "name": "Delete a single Timer", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.clio.com/api/v4/timer.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ] }, "docs": "Outlines the parameters, optional and required, used when deleting the record for a single Timer" } ] } ], "bundled": true }