Alerting & Response/On-Call
GETOnCallSince 1.0SynchronousAuth Required
GetOnCallResolutionHistory
Get the history of conflict resolutions applied to a schedule
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the schedule whose resolution history to retrieve
Responses
Endpoint
GET/api/v1/oncall/schedules/{uuid}/resolution-history
/api/v1/oncall/schedules/{uuid}/resolution-history
Request Example
curl -X GET '{host}/api/v1/oncall/schedules/{uuid}/resolution-history' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
