curl --request GET \
--url https://api.shiftkeeper.io/schedules/{schedule_id}/overrides/{override_id} \
--header 'x-api-key: <api-key>'{
"override": {
"id": "<string>",
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"users": [
{
"id": "<string>",
"name": "<string>",
"email": "[email protected]",
"role": "owner",
"seat": "viewer",
"time_zone": "<string>",
"slack_id": "<string>"
}
]
}
}Get a schedule override by its ID.
curl --request GET \
--url https://api.shiftkeeper.io/schedules/{schedule_id}/overrides/{override_id} \
--header 'x-api-key: <api-key>'{
"override": {
"id": "<string>",
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"users": [
{
"id": "<string>",
"name": "<string>",
"email": "[email protected]",
"role": "owner",
"seat": "viewer",
"time_zone": "<string>",
"slack_id": "<string>"
}
]
}
}Enter your API key which starts with 'keeper_'
The ID of the override.
The ID of the schedule.
Default Response
Show child attributes
The ID of the override.
The start date and time of the override.
The end date and time of the override.
The on-call users during the override.
Show child attributes
The ID of the user.
The name of the user.
The email of the user.
The preferred time zone of the user. If not set, the organization's time zone will be used.
The Slack ID of the user.