GET
/
v1
/
schedule_rotation_users
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/schedule_rotation_users/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "84f9f0fe-7e63-4126-b89f-808706c6f169",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "56eca11d-8788-4905-8dc2-df04cfa88efd",
      "user_id": 426,
      "position": 2,
      "created_at": "2025-03-11T19:14:56.466-07:00",
      "updated_at": "2025-03-11T19:14:56.472-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
schedule_rotation_user found
data
object
required