{ "opencollection": "1.0.0", "info": { "name": "PagerDuty Abilities Notifications API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "PagerDuty List notifications", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagerduty.com/notifications", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of results per page." }, { "name": "offset", "value": "", "type": "query", "description": "Offset to start pagination search results." }, { "name": "total", "value": "", "type": "query", "description": "By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for this field to be populated.\n\nSee our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information.\n" }, { "name": "time_zone", "value": "", "type": "query", "description": "Time zone in which results will be rendered. This will default to the account time zone." }, { "name": "since", "value": "", "type": "query", "description": "The start of the date range over which you want to search. The time element is optional." }, { "name": "until", "value": "", "type": "query", "description": "The end of the date range over which you want to search. This should be in the same format as since. The size of the date range must be less than 3 months." }, { "name": "filter", "value": "", "type": "query", "description": "Return notification of this type only." }, { "name": "include[]", "value": "", "type": "query", "description": "Array of additional details to include." } ] }, "docs": "List notifications for a given time range, optionally filtered by type (sms_notification, email_notification, phone_notification, or push_notification).\n\nA Notification is created when an Incident is triggered or escalated.\n\nFor more information see the [API Concepts Document](../../api-reference/ZG9jOjI3NDc5Nzc-api-concepts#notifications)\n\nScoped OAuth requires: `users:notifications.read`\n" } ] } ], "bundled": true }