curl --location --request GET 'https://api.plantscanner.io/api/v1/WorkOrders/production'
{
"workOrders": [
{
"id": 0,
"code": "string",
"workOrderGrouper": "string",
"operationCode": "string",
"status": "Undefined",
"requestedQuantity": 0,
"producedQuantityLogs": [
{
"producedGoodQuantity": 0,
"producedBadQuantity": 0,
"lastUpdate": "2019-08-24T14:15:22Z"
}
]
}
]
}