Base URL https://api.cube-hr.co.uk/api/v1
12 endpoints
Office locations and working pattern configurations.
/locations
Get a paginated list of active company locations/offices.
Create a new company location.
/locations/{uuid}
Get a specific location.
Update a location.
Soft-delete a location. The location must not be the company default, assigned to active employees, or used by active employee templates.
/working-patterns
Get all working pattern templates for the company.
Create a new working pattern template.
/working-patterns/{uuid}
Get a specific working pattern.
Update a working pattern template.
Soft-delete a working pattern template.
/employees/{uuid}/working-patterns
Get the current working pattern assignment for an employee.
Assign a working pattern to an employee from a given date.