{ "opencollection": "1.0.0", "info": { "name": "Action (Matter) Bill Settings Action Bill Settings Action Participants API", "version": "1.0" }, "items": [ { "info": { "name": "Action Participants", "type": "folder" }, "items": [ { "info": { "name": "GET /actionparticipants", "type": "http" }, "http": { "method": "GET", "url": "https://api.actionstep.com/actionparticipants" }, "docs": "Returns a collection of Matter participants. For information on how to construct requests filtering by various properties, please refer to the API Developer Portal." }, { "info": { "name": "POST /actionparticipants", "type": "http" }, "http": { "method": "POST", "url": "https://api.actionstep.com/actionparticipants", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Matter participant." }, { "info": { "name": "GET /actionparticipants/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://api.actionstep.com/actionparticipants/:id", "params": [ { "name": "id", "value": "1024--31--11", "type": "path", "description": "Unique identifier for a Matter Participant. The identifier is a composite value composed from the Matter identifier, the participant type identifier, and the participant identifier, separated by \"--\"." } ] }, "docs": "Returns a single Matter participant." }, { "info": { "name": "DELETE /actionparticipants/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.actionstep.com/actionparticipants/:id", "params": [ { "name": "id", "value": "1024--31--11", "type": "path", "description": "Unique identifier for an Matter participant. The identifier is a composite value composed from the Matter identifier, the participant type identifier, and the participant identifier, separated by \"--\"." } ] }, "docs": "Removes a participant from a Matter." } ] } ], "bundled": true }