{ "opencollection": "1.0.0", "info": { "name": "Zenduty Account Custom Role Notification Rules API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notification Rules", "type": "folder" }, "items": [ { "info": { "name": "List all Users' Notification Rule objects", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/users/:username/notification_rules/", "params": [ { "name": "username", "value": "", "type": "path", "description": "username of the User object" } ] }, "docs": "Returns a list of User Notification Rule objects." }, { "info": { "name": "Create the User Notification Rules object", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/account/users/:username/notification_rules/", "params": [ { "name": "username", "value": "", "type": "path", "description": "username of the User object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create the User Notification Rules object by setting the values of all the required parameters passed in the request body." }, { "info": { "name": "Retrieve the User Notification Rule object", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/users/:username/notification_rules/:notification_rule_id/", "params": [ { "name": "username", "value": "", "type": "path", "description": "username of the User object" }, { "name": "notification_rule_id", "value": "", "type": "path", "description": "unique_id of the User Notification Rule object" } ] }, "docs": "Retrieve the specified User's Notification Rule object." }, { "info": { "name": "Delete the User Notification Rules object", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zenduty.com/api/account/users/:username/notification_rules/:notification_rule_id/", "params": [ { "name": "username", "value": "", "type": "path", "description": "username of the User object" }, { "name": "notification_rule_id", "value": "", "type": "path", "description": "unique_id of the User Notification Rule object" } ] }, "docs": "Delete the specified User Notification Rules object permanently." } ] } ], "bundled": true }