General information
The general guide for connecting Evocon API data to Excel is available here:
https://evocon.notion.site/Evocon-API-Connecting-Evocon-data-to-Excel-5f41ec52c659412fb189dbb345ba82a6?pvs=4
API URL
https://api.evocon.com/api/reports/clientmetrics_json?**startTime**=2023-06-04&**endTime**=2025-01-01&**stationId**=13&**groupByDate**=1
URL Parameters
There are 4 different parameters for this API endpoint.
- stationId (required) id of the station that you want to get data for. To get data for multiple stations, use them all in the query (...stationId=1&stationId=2&stationId=3&....)
- startTime (required) parameter specifies the start date of the shift for the dataset.
- endTime parameter specifies the end date of the shift for the dataset.
- groupByDate parameter (value either 1 or parameter not used). If the parameter is used and the value is 1, group the sum of the values by station, shift name and shift date. If this parameter is not used, each data point is returned individually. Requesting data for more than a month and 1 station may time out if requesting each value.
<aside>
⚠️ If the number of days between startTime and endTime parameters is more than 14, data is returned for the last 14 days (”endTime - 14 days” … endTime).
</aside>