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

idstring uuid required
constructionNamestring required
constructionIdstring uuid required
workingDayIdstring uuid required
companyIdstring uuid required
currencystring nullable
datestring date nullable
timestampstring nullable
usagenumber double nullable
unitPricenumber double nullable

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.