Retrieve a list of orders
Retreive a list of orders placed in the client app to display in the Kitchen Display System (KDS).
The expeditor will reference the list of orders to monitor and update their progress.
Query Parameters
Sort the list in the response by a specific property. Used with the order parameter.
Set the sort order to asc for ascending or desc for descending. Must be used with the sort parameter.
Restrict which properties are returned in the response.
Filter the response to include only items that have properties equal to the specified value.
"table_number.lt~5|status.eq~On the Way"
Limit the number of objects in the response.
x <= 30Offsets the start of the list by the set value. Defaults to 0.
0