Bookings›One technician's real schedule (sessions + time off)
One technician's real schedule (sessions + time off)
The technician's ACTUAL occupancy over a date range: every job session on their lane (solo/lead and crew) plus approved time-off blocks. Weekly recurring working hours come from the technician-availability endpoints — combine both for the full availability picture ("get crew availability"). from/to are business-local dates (YYYY-MM-DD, inclusive); omitted = today .. +7 days; range max 31 days.
Arguments
idstringpathrequired
Technician ID
fromstringqueryoptional
Start date (YYYY-MM-DD, business-local; default today)
tostringqueryoptional
End date (YYYY-MM-DD, inclusive; default from+7d; max range 31 days)
GET/v1/technicians/{id}/schedule
curl -X GET "https://api.crisphive.com/v1/technicians/9b2f6c3e-1a4d-4f0a-8f2e-7c5d1b3a9e01/schedule" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"
Bearer