{
"data": {
"id": "sched_1234567890",
"name": "Engineering On-Call",
"schedule_type": "weekly",
"timezone": "America/New_York",
"enabled": true,
"members": [
"[email protected]",
"[email protected]",
"[email protected]"
],
"weekly_schedule": {
"monday": { "user": "[email protected]" },
"tuesday": { "user": "[email protected]" },
"wednesday": { "user": "[email protected]" },
"thursday": { "user": "[email protected]" },
"friday": { "user": "[email protected]" },
"saturday": { "user": "[email protected]" },
"sunday": { "user": "[email protected]" }
},
"current_on_call": "[email protected]",
"current_shift_start": "2024-01-15T00:00:00Z",
"current_shift_end": "2024-01-15T23:59:59Z"
}
}