GET /status_dashboards/{id}/service_impacts
Get impacted Business Services for a Status Dashboard by id
This endpoint does not return an exhaustive list of Business Services but rather provides access to the most impacted on the specified Status Dashboard up to the limit of 200.
The returned Business Services are sorted first by Impact, secondarily by most recently impacted, and finally by name.
To get Impact information about a specific Business Service on the Status Dashboard that does not appear in the Impact-sorted response, use the ids[]
parameter on the /business_services/impacts
endpoint.
Scoped OAuth requires: status_dashboards.read
Servers
- https://api.pagerduty.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID of the resource. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Accept |
String | Yes |
The Default value: "application/vnd.pagerduty+json;version=2" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
additional_fields |
String | No |
Provides access to additional fields such as highest priority per business service and total impacted count Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.