Returns a list of the GUIDs of all orders opened during a period of time. You can return the list of orders for either a period of up to one hour or for one business day.
startDate
and endDate
to return the list of orders
modified during a period of up to one hour.businessDate
to return the list of orders promised
for delivery during a business day.A JSON array of the GUID identifiers for orders.
The request contains data that is not supported by the current version of the API as described. For example, specifying credit card as the payment type.
An unexpected internal error occurred. The requestId
that is attached to this error can be referenced by Toast.
curl -i -X GET \ 'https://toast-api-server/orders/v2/orders?businessDate=string&endDate=string&startDate=string' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
[- "string"
]