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/checklists_json?**startTime**=2023-06-04&**endTime**=2025-01-01&**stationId**=1
URL Parameters
There are 5 different parameters for this API endpoint.
- startTime (required) parameter specifies the start date of the shift for the dataset.
- endTime (required) parameter specifies the end date of the shift for the dataset.
- stationId (optional) 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&....)
- factoryId (optional) id of the factory that you want to get data for.
- productionOrder (optional) to filter the checklists for one production order, specify the order as a parameter. Make sure that it is encoded as valid URL if the order contains special characters. Also make sure that the order was produced between startTime and endTime parameters because these filter for all requests.
Returned fields
- date - Date when the checklist was created
- shift - Shift name of where the the checklist was created
- shiftId - Id of the shift where the checklist was created
- shiftDate - Date of the shift where the checklist was created
- station - Name of the production station where checklist was created
- operator - Operator names who were working when the checklist was created
- duetime - Local time when the checklist was created