Returns the check reporting data for the specified report request GUID.
Specify the reportRequestGuid for the data.
Specify whether to include the guest-facing restaurant names.
The check reporting data.
The Toast platform is in the process of gathering the reporting data. Try the request again at a later time.
An unexpected error occurred. Refer to the message attached to this error for more information.
The Toast platform was unable to process the request. Request a new reportRequestGuid and try again.
An unexpected internal error occurred. The
requestId attached to this error can be referenced by
the Toast support team.
The Toast platform was unable to process the request because internal services took too long to process, resulting in a timeout.
curl -i -X GET \ 'https://toast-api-server/era/v1/check/{reportRequestGuid}?fetchRestaurantNames=true' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "restaurantGuid": "string",
- "orderNumber": 0,
- "orderGuid": "string",
- "checkNumber": 0,
- "checkGuid": "string",
- "orderOpenDate": "string",
- "checkPaidDateTime": "2019-08-24T14:15:22Z",
- "checkModifiedDateTime": "2019-08-24T14:15:22Z",
- "checkStatus": "string",
- "checkVoidedStatus": true,
- "diningOption": "string",
- "revenueCenter": "string",
- "serverName": "string",
- "checkTotalAmount": 0,
- "checkDiscountAmount": 0,
- "checkTaxAmount": 0,
- "checkTipAmount": 0,
- "checkGratuityAmount": 0,
- "checkRefundAmount": 0,
- "restaurantName": "string"
}