XentrDeveloper Docs
API ReferenceProduction orders

List all production orders for a factory

GET
/api/factories/{factoryId}/production-orders
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

Query Parameters

state?string

Filter by state

machineId?string

Filter by assigned machine

productId?string

Filter by product ID

startDate?string

Filter by planned start date (ISO)

endDate?string

Filter by planned end date (ISO)

Response Body

curl -X GET "https://api.xentr.ai/api/factories/string/production-orders"
Empty