Orders
Retrieve a list of orders
This operation retreives a list of orders placed in the client app to display in the Kitchen Display System.
The expeditor will reference the list of orders to monitor and update the progress of each order.
GET
Query Parameters
Determine which property to sort the list by. Used with the order
parameter.
Used with the sort
parameter. Set to asc
for ascending order or desc
for descending order.
Restrict which properties are returned in the response.
Filter your response to include only items that have properties that equal the specified value.
Example:
"table_number.lt~5|status.eq~On the Way"
Limit the number of objects in the response.
Required range:
x <= 30
Offsets the start of the list by the set value. Defaults to 0.
Example:
0
Response
200
application/json
Request successful
The response is of type object
.