{ "opencollection": "1.0.0", "info": { "name": "Zenduty Account Custom Role Incident Roles API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Incident Roles", "type": "folder" }, "items": [ { "info": { "name": "List all Incident Role objects", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/teams/{}/roles/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" } ] }, "docs": "Returns a list of Incident Role objects. The Incident Role objects are sorted by creation_date, with the most recent Incident Role object appearing last." }, { "info": { "name": "Create the Incident Role object", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/account/teams/{}/roles/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create the Incident Role object by setting the values of all the required parameters passed in the request body." }, { "info": { "name": "Retrieve the Incident Role object", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/teams/:team_id/roles/:incident_role_id/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "incident_role_id", "value": "", "type": "path", "description": "unique_id of the Incident Role object" } ] }, "docs": "Retrieve the specified Incident Role object." }, { "info": { "name": "Update the Incident Role object", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zenduty.com/api/account/teams/:team_id/roles/:incident_role_id/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "incident_role_id", "value": "", "type": "path", "description": "unique_id of the Incident Role object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified Incident Role object by setting the values of the parameters passed in the request body. Any parameters not provided will be left unchanged." }, { "info": { "name": "Delete the Incident Role object", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zenduty.com/api/account/teams/:team_id/roles/:incident_role_id/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "incident_role_id", "value": "", "type": "path", "description": "unique_id of the Incident Role object" } ] }, "docs": "Delete the specified Incident Role object permanently." } ] } ], "bundled": true }