workers

Get all working day usages for a worker

get/api/workers/{id}/usages

Path parameters

idstring uuid required

Query parameters

company_idstring uuid

Response

Default Response

idstring uuid required
constructionNamestring required
constructionIdstring uuid required
workingDayIdstring uuid required
companyIdstring uuid required
currencystring nullable
datestring date nullable
timestampstring nullable
hoursnumber double nullable
ratenumber double nullable

Example response

[
  {
    "date": "2026-03-26",
    "hours": 25.5,
    "rate": 25.5
  }
]

Changes