Skip to content

Retrieve an on-call schedule

GET
/v1/oncallschedule/{id}/

Return a single on-call schedule by its ID.

id
required
string format: uuid

A UUID string identifying this on call schedule.

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

object
created_at
required
string format: date-time
created_by
required
string format: uuid
nullable
escalations
Array<string>
id
required
string format: uuid
name
required
string
<= 100 characters
rules
Array<string>