{ "opencollection": "1.0.0", "info": { "name": "Zenduty Account Custom Role Analytics API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Get Incident Stats", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/v2/account/analytics/incident_stats/", "body": { "type": "json", "data": "{}" } }, "docs": "Returns incident counts for the account and the requesting user." }, { "info": { "name": "Get Team Analytics", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/v2/account/analytics/team_analytics/", "body": { "type": "json", "data": "{}" } }, "docs": "Returns incident metrics for each team." }, { "info": { "name": "Get Service Analytics", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/v2/account/analytics/service_analytics/", "body": { "type": "json", "data": "{}" } }, "docs": "Returns incident metrics for each service." }, { "info": { "name": "Get User Analytics", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/v2/account/analytics/user_analytics/", "body": { "type": "json", "data": "{}" } }, "docs": "Returns incident metrics for each user." } ] } ], "bundled": true }