Through this endpoint you can recieve KPI statistics for a Location.
Name | Method | Description | |
---|---|---|---|
/v1/kpis/total_reviews | GET | This end-point will retrieve the Total Reviews KPI for a Location. |
This section outlines the standard response values.
{ "status": "success", "message": { "total_reviews": { "weeks": { "1": 5, "2": 0, "3": 7, "4": 2 }, "months": { "1": 15, "2": 23 } } } }