Appearance
Get filtered orders
GET
/manualProduction/rest/v1/orders
Returns filtered list of orders with pagination
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Query Parameters
filter
Filter criteria
Typestring
Responses
Filtered orders
application/json
JSON
[
{
"id": 0,
"orderNumber": "string",
"customerId": 0,
"status": "string",
"orderDate": "string",
"deliveryDate": "string"
}
]