Check reporting data includes detailed check information for all orders created on a specific day. For more information on what is included in the check reporting data, see Understanding the check reporting data. For more information about inactive restaurant data, see Viewing inactive restaurant data.
Retrieving the check reporting data is a two-step process. You must:
-
Send a
POST
request to/era/v1/check/{timeRange}
endpoint to create a request for check reporting data for the restaurants in a management group. The response is thereportRequestGuid
, the unique request identifier. The analytics API currently only supports retrieving check reporting data for theday
time range. For more information, see Creating a request for check reporting data. -
Send a
GET
request to/era/v1/check/{reportRequestGuid}
endpoint to retrieve the check reporting data. For more information, see Retrieving the check reporting data.
Note |
The |