machines
Get all working day usages for a machine
get/api/machines/{id}/usages
Path parameters
idstring uuid required
Query parameters
company_idstring uuid
Response
Default Response
Example response
[
{
"date": "2026-03-26",
"usage": 25.5,
"unitPrice": 25.5
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.