Entity · on_call_schedules
On-Call Schedule Schema
Felder
On-Call Schedule Schema
Schema for validating on-call schedule entities with rotation layers
name
Schedule name
1–200 Zeichen
description
Schedule description
nullable
teamId
Linked team UUID
nullable
escalationPolicyId
Linked escalation policy UUID
nullable
rotation
Rotation configuration
type
Rotation frequency
Werte
WEEKLYBIWEEKLYMONTHLYCUSTOMstartDate
Rotation start date (ISO 8601 date)
handoffTime
Time of day for handoff (HH:mm)
Pattern
handoffDay
Day of week for handoff (0=Sun, 6=Sat)
0 – 6nullable
businessHoursProfileId
Business hours profile UUID for coverage windows
nullable
inboundPhoneNumber
Inbound phone number in E.164 format
nullable
afterHoursRouteType
Routing behaviour outside business hours
Werte
ON_CALLVOICEMAILIVRnullable
isActive
Whether this schedule is active
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/on_call_schedules— Liste, paginiert + filterbarGET /api/v1/on_call_schedules/<id>— Einzelne EntityPOST /api/v1/on_call_schedules— AnlegenPATCH /api/v1/on_call_schedules/<id>— Teil-UpdateDELETE /api/v1/on_call_schedules/<id>— Soft-DeleteGET /api/v1/on_call_schedules/<id>/timeline— Audit + Aktivitäten