Skip to main content
GET
/
v1
/
schedule_rotation_active_days
/
{id}
Retrieves a schedule rotation active day
curl --request GET \
  --url https://api.rootly.com/v1/schedule_rotation_active_days/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3f8a1e3e-c179-455c-b18a-290576fcccd0",
    "type": "schedule_rotation_active_days",
    "attributes": {
      "schedule_rotation_id": "80c8da98-7548-4b21-8af5-580119d82de3",
      "day_name": "S",
      "created_at": "2025-10-07T10:12:02.888-07:00",
      "updated_at": "2025-10-07T10:12:02.888-07:00",
      "active_time_attributes": []
    }
  }
}

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

schedule_rotation_active_day found

data
object
I