Manage flow of work through a production facility and get reports.
CS Producer (v1.0)
- https://api.scheduler.strongtie.io/company/{facilityId}/api/reports/production-summary
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadOK
The report data for the production summary.
Date and time the report was generated in the timezone of the facility with no timezone offset indicator (ISO 8601 format, e.g., 2024-10-31T14:30:00)
The data for the response.
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": { "reportCreationTime": "string", "reports": [ … ] } }
- https://api.scheduler.strongtie.io/company/{facilityId}/api/reports/shift-reconciliation
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadThe shift reconciliation was successfully retrieved.
List of projects included in this response
Date and time the report was generated in the timezone of the facility with no timezone offset indicator (ISO 8601 format, e.g., 2024-10-31T14:30:00)
List of all stations returned, in the same order they will be reported for each PPG
Data about the PPGs from this project
Data about the PPGs from this project
Name of a PPG associated with a project
Status of stations in this PPG, in the same order that these stations are returned in the stations block.
The name of the customer associated with this PPG
The name of a project
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": { "reportCreationTime": "string", "stations": [ … ], "status": [ … ] } }
- https://api.scheduler.strongtie.io/company/{facilityId}/api/reports/cut-not-built
- Payload
- cURL
- JS
- Java 8
- C#
No request payload{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": { "reportCreationTime": "string", "totalBdFt": 0.1, "totalLFt": 0.1, "totalComponents": 0, "totalPieces": 0, "projects": [ … ] } }