{ "opencollection": "1.0.0", "info": { "name": "Zenduty Account Custom Role Escalation Policies API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Escalation Policies", "type": "folder" }, "items": [ { "info": { "name": "List all Escalation Policy objects", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/teams/{}/escalation_policies/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" } ] }, "docs": "Returns a list of Escalation Policy objects." }, { "info": { "name": "Create the Escalation Policy object", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/account/teams/{}/escalation_policies/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create the Escalation Policy object by setting the values of all the required parameters passed in the request body." }, { "info": { "name": "Retrieve the Escalation Policy object", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/teams/:team_id/escalation_policies/:escalation_policy_id/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "escalation_policy_id", "value": "", "type": "path", "description": "unique_id of the Escalation Policy object" } ] }, "docs": "Retrieve the Escalation Policy object" }, { "info": { "name": "Update the Escalation Policy object", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zenduty.com/api/account/teams/:team_id/escalation_policies/:escalation_policy_id/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "escalation_policy_id", "value": "", "type": "path", "description": "unique_id of the Escalation Policy object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified Escalation Policy 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 Escalation Policy object", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zenduty.com/api/account/teams/:team_id/escalation_policies/:escalation_policy_id/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "escalation_policy_id", "value": "", "type": "path", "description": "unique_id of the Escalation Policy object" } ] }, "docs": "Delete the specified Escalation Policy object permanently." } ] } ], "bundled": true }