{ "opencollection": "1.0.0", "info": { "name": "Action (Matter) Bill Settings Action Bill Settings Actions API", "version": "1.0" }, "items": [ { "info": { "name": "Actions", "type": "folder" }, "items": [ { "info": { "name": "GET /actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.actionstep.com/actions" }, "docs": "Returns a collection of Matters. For information on how to construct requests filtering by various properties on a Matter please refer to the API Developer Portal." }, { "info": { "name": "GET /actions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://api.actionstep.com/actions/:id", "params": [ { "name": "id", "value": "113", "type": "path", "description": "Unique identifier for a Matter." } ] }, "docs": "Returns a single Matter." }, { "info": { "name": "PATCH /actions/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.actionstep.com/actions/:id", "params": [ { "name": "id", "value": "113", "type": "path", "description": "Unique identifier for a Matter." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a Matter." } ] } ], "bundled": true }