Registered hours are the confirmed clocking time for an employee, after rounding rules and break-time deductions have been applied. They are derived from clocked or manually entered time and represent the finalised, payable hours, distinct from the raw clock-in/clock-out events.
Use these endpoints to fetch registered hours, and to retrieve attendance registrations (the merged record of planned shifts and clocked hours) for a given date. Useful for reporting, time-and-attendance dashboards, and reconciliation against scheduled hours.
Requires scope: business.
Returns a list of available registered hours
Security
apiKey(Required scopes: business)
- Mock serverhttps://beta-developer.dyflexis.com/_mock/openapi/api/business/v3/registered-hours
- Productionhttps://app.dyflexis.com/your-tenant/api/business/v3/registered-hours
curl -i -X GET \
'https://beta-developer.dyflexis.com/_mock/openapi/api/business/v3/registered-hours?startDate=2026-12-31&endDate=2026-12-31&officeId=1&page=1' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "_links": { "self": { … }, "next": { … }, "prev": { … }, "first": { … }, "last": { … } }, "registeredHours": [ { … } ], "pageCount": 100 }