XentrDeveloper Docs
API ReferenceReports

OEE trend report

GET
/api/factories/{factoryId}/reports/oee-trend
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

Query Parameters

from*string

Start time (ISO 8601)

to*string

End time (ISO 8601)

granularity?string
Value in"hour" | "day" | "week"
machineIds?unknown

CSV of machine UUIDs or codes

Header Parameters

accept*string

Response Body

curl -X GET "https://api.xentr.ai/api/factories/string/reports/oee-trend?from=string&to=string" \  -H "accept: string"
Empty