Authorization: Bearer ********************curl --location --request GET 'https://api.plantscanner.io/api/v1/WorkOrders/production?Code&OperationCode&BeginPlanned&EndPlanned&BeginExecution&EndExecution&LastUpdatedBegin&LastUpdatedEnd' \
--header 'Authorization: Bearer <token>'{
"workOrders": [
{
"id": 0,
"code": "string",
"workOrderGrouper": "string",
"operationCode": "string",
"status": "Undefined",
"requestedQuantity": 0,
"producedQuantityLogs": [
{
"producedGoodQuantity": 0,
"producedBadQuantity": 0,
"lastUpdate": "2019-08-24T14:15:22Z"
}
]
}
]
}