Manage flow of work through a production facility and get reports.
CS Producer (v1.0)
Download OpenAPI description
Overview
URLEngineering Technology Support
Languages
Servers
https://api.scheduler.strongtie.io
Retrieves production statistics for the current shift. If a stationId is provided, statistics are returned only for that station; otherwise, statistics for all stations are included. The backend determines the current active shift based on facility shift settings and returns its statistics. Only one shift's statistics are returned per request, including both current and target board feet metrics for each station.
- https://api.scheduler.strongtie.io/api/shift-statistics/current
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": [ { … } ] }
Retrieves production statistics for the previous shift. If a stationId is provided, statistics are returned only for that station; otherwise, statistics for all stations are included. The backend determines the previous shift based on facility shift settings and returns its statistics. Only one shift's statistics are returned per request, including both current and target board feet metrics for each station.
- https://api.scheduler.strongtie.io/api/shift-statistics/previous
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": [ { … } ] }
Retrieves production statistics for the current shift. If a stationId is provided, statistics are returned only for that station; otherwise, statistics for all stations are included. The backend determines the current active shift based on facility shift settings and returns its statistics. Only one shift's statistics are returned per request, including both current and target board feet metrics for each station.
- https://api.scheduler.strongtie.io/company/{facilityId}/api/shift-statistics/current
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": [ { … } ] }
Retrieves production statistics for the previous shift. If a stationId is provided, statistics are returned only for that station; otherwise, statistics for all stations are included. The backend determines the previous shift based on facility shift settings and returns its statistics. Only one shift's statistics are returned per request, including both current and target board feet metrics for each station.
- https://api.scheduler.strongtie.io/company/{facilityId}/api/shift-statistics/previous
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": [ { … } ] }