Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
override shift found
Retrieves a specific override shift by id
curl --request GET \
--url https://api.rootly.com/v1/override_shifts/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "403fd1e1-fa7c-5295-8705-4c50cc54c03d",
"type": "shifts",
"attributes": {
"schedule_id": "d38e2b89-6ecd-417c-a901-27fe76aa05c8",
"rotation_id": "1103dac1-a28b-4f21-a528-a76e8b20330c",
"user_id": 406,
"starts_at": "2025-11-26T18:11:20.000-08:00",
"ends_at": "2025-11-27T02:11:20.000-08:00",
"is_override": true
},
"relationships": {
"shift_override": {
"data": null
},
"user": {
"data": {
"id": "406",
"type": "users"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
override shift found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/override_shifts/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "403fd1e1-fa7c-5295-8705-4c50cc54c03d",
"type": "shifts",
"attributes": {
"schedule_id": "d38e2b89-6ecd-417c-a901-27fe76aa05c8",
"rotation_id": "1103dac1-a28b-4f21-a528-a76e8b20330c",
"user_id": 406,
"starts_at": "2025-11-26T18:11:20.000-08:00",
"ends_at": "2025-11-27T02:11:20.000-08:00",
"is_override": true
},
"relationships": {
"shift_override": {
"data": null
},
"user": {
"data": {
"id": "406",
"type": "users"
}
}
}
}
}