Base URL https://api.cube-hr.co.uk/api/v1
7 endpoints
Sickness tracking, Bradford Factor calculation, and absence statistics.
/absences
Get absence records scoped by the user's access level. Supports filtering by employee, date range, and type.
Record a new absence. Automatically calculates Bradford Factor.
/absences/{uuid}
Get full details of a specific absence record.
Update an absence record (e.g. close an ongoing absence with an end date).
Soft-delete an absence record.
/absences/{uuid}/notes
Add a note to an absence record (e.g. return-to-work discussion notes, occupational health referral).
/employees/{uuid}/absence-stats
Get Bradford Factor, absence instances, total days, and rolling 52-week stats for an employee.