List Notification Subscribers
Retrieve a list of Notification Subscribers on the Incident.
Users must be added through
POST /incident/{id}/status_updates/subscribersto be returned from this endpoint. Scoped OAuth requires:subscribers.read
Authorization
api_key The API Key with format Token token=<API_KEY>
In: header
Path Parameters
The ID of the resource.
Header Parameters
The Accept header is used as a versioning header.
"application/vnd.pagerduty+json;version=2"Response Body
application/json
application/json
application/json
application/json
application/json
application/json
List Business Services impacted by the given Incident GET
Retrieve a list of Business Services that are being impacted by the given Incident. Scoped OAuth requires: `incidents.read`
Get an incident GET
Show detailed information about an incident. Accepts either an incident id, or an incident number. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](https://developer.pagerduty.com/api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.read`