Aggregated sales reporting data includes a high-level view of active restaurant metrics based on orders, including sales and labor information. For more information on what is included in the aggregated sales reporting data, see Understanding aggregated sales reporting data. For more information about inactive restaurant data, see Viewing inactive restaurant data.
Retrieving the aggregated sales reporting data is a two-step process. You must:
-
Send a
POST
request to the/era/v1/metrics
or/era/v1/metrics/{timeRange}
endpoint to create a request for aggregated sales reporting data for the restaurants in a management group and receive thereportRequestGuid
, the unique request identifier. These endpoints are for either a custom time range (/era/v1/metrics
) or a specific time range (/era/v1/metrics/{timeRange}
). For more information, see Creating a request for aggregated sales reporting data. -
Send a
GET
request to the/era/v1/metrics/{reportRequestGuid}
endpoint to retrieve the aggregated sales reporting data. For more information, see Retrieving the aggregated sales reporting data.
Note |
The |