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