GET
/
v1
/
on_call_shadows
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/on_call_shadows/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "9196d35e-ae1c-4cd9-a1dd-226b1a7bf7d0",
    "type": "on_call_shadows",
    "attributes": {
      "schedule_id": "f0942b24-c8ee-4fe5-8cf0-ddbe5fc1589e",
      "shadowable_type": "User",
      "shadowable_id": "333",
      "shadow_user_id": 332,
      "starts_at": "2025-05-08T02:23:04.000-07:00",
      "ends_at": "2025-05-09T00:23:04.000-07:00",
      "created_at": "2025-05-08T00:23:04.604-07:00",
      "updated_at": "2025-05-08T00:23:04.604-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
override shift found

The response is of type object.