Base URL https://api.cube-hr.co.uk/api/v1
10 endpoints
Job title definitions, salary banding, and employee job assignments.
/jobs
Get all job title definitions for the company.
Create a job title definition with optional salary banding.
/jobs/{uuid}
Get a specific job title definition.
Update a job title definition.
Soft-delete a job title. Cannot delete if active assignments exist.
/jobs/{uuid}/employees
Get all employees currently assigned to a job title.
/jobs/assign
Assign a job title to an employee with a start date. Ends the previous assignment.
/jobs/assignments/{uuid}
Update an existing job assignment.
/jobs/assignments/{uuid}/end
End a job assignment with an end date.
/employees/{uuid}/jobs
Get the full job title history for an employee.