Through this endpoint you can retrieve KPI statistics for a Location.
Name | Method | Description | |
---|---|---|---|
/v1/kpis/average_ratings | GET | This end-point will retrieve the Average Ratings KPI for a Location. |
This section outlines the standard response values.
{ "status": "success", "message": { "average_ratings": { "weeks": { "1": 5, "2": 0, "3": 5, "4": 4 }, "months": { "1": 4.8667, "2": 4.6522 } } } }