XentrDeveloper Docs
API ReferenceMonitoring

Get machine detail overview (utilization, parts, downtime, color duration)

GET
/api/factories/{factoryId}/monitoring/machine-detail
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

Query Parameters

machineId*string

Machine ID

from*string

Start time (ISO 8601)

to*string

End time (ISO 8601)

bucket?string

Time bucket interval (e.g., "1 hour", "1 day")

shiftId?string

Filter by specific shift ID for shift-aware utilization

Response Body

curl -X GET "https://api.xentr.ai/api/factories/string/monitoring/machine-detail?machineId=string&from=string&to=string"
Empty