Retrieve the list of dishes included in an order along with the dish details.
Each object in the array includes the individual properties of the dishes. The expeditor will use the category
, station
, and preparation_time
values to prioritize dish preparation and send to the appropriate station displays. The station prep will use the list of ingredients during their preparation of the dsih.
The unique dish identifier generated when the dish was created.
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.
"created_at.gt~2024-05-07|station.eq~hot"
Limit the number of objects in the response.
x <= 30
Offsets the start of the list by the set value. Defaults to 0.
0
Request successful
The response is of type object
.
Retrieve the list of dishes included in an order along with the dish details.
Each object in the array includes the individual properties of the dishes. The expeditor will use the category
, station
, and preparation_time
values to prioritize dish preparation and send to the appropriate station displays. The station prep will use the list of ingredients during their preparation of the dsih.
The unique dish identifier generated when the dish was created.
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.
"created_at.gt~2024-05-07|station.eq~hot"
Limit the number of objects in the response.
x <= 30
Offsets the start of the list by the set value. Defaults to 0.
0
Request successful
The response is of type object
.