Is there any HCM Cloud Worker Availability REST resource?
Summary:
We are implementing an integration with a third-party system (Perk) that requires real-time visibility into employee work schedules and shift assignments (start/end times).
We have explored the documented Absences resource, specifically the custom action absenceDailyDetailsBreakdown, but it frequently returns null or 400 errors, particularly when a person does not have a shift-based schedule explicitly assigned at the assignment level.
We identified a "hidden" resource via page inspection that provides the exact data we need:
Endpoint: /hcmRestApi/resources/11.13.18.05/workerAvailability?finder=findAvailability
Request Example that worked:
GET https://{{host}}/hcmRestApi/resources/11.13.18.05/workerAvailability?finder=findAvailability;personId='30000020590xxxx',startDate='2026-03-02',endDate='2026-03-04'