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
- https://api.scheduler.strongtie.io/company/{facilityId}/api/status-by-ppg/{ppgId}
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
[ { "name": "string", "status": "NotStarted" } ]
- https://api.scheduler.strongtie.io/company/{facilityId}/api/cards/completed-for-current-shift
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
[ { "ppgId": 0, "label": "string", "assignedStation": { … }, "order": 0, "assignedSaw": "string", "assignedTable": "string", "color": 0, "activatedDateTime": "2019-08-24T14:15:22Z", "activatedByUser": "string", "completedDateTime": "2019-08-24T14:15:22Z", "completedByUser": "string", "crewSize": 0, "createdDateTime": "2019-08-24T14:15:22Z", "createdByUser": "string", "bdft": 0.1, "numPieces": 0, "numUniquePieces": 0, "numTotalComponents": 0, "numUniqueComponents": 0, "maxHeight": 0.1, "maxLength": 0.1, "maxWeight": 0.1, "totalWeight": 0.1, "components": [ … ], "id": 0, "sawStationColorCode": 0, "tableStationColorCode": 0 } ]
- https://api.scheduler.strongtie.io/company/{facilityId}/api/cards/completed-for-previous-shift
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
[ { "ppgId": 0, "label": "string", "assignedStation": { … }, "order": 0, "assignedSaw": "string", "assignedTable": "string", "color": 0, "activatedDateTime": "2019-08-24T14:15:22Z", "activatedByUser": "string", "completedDateTime": "2019-08-24T14:15:22Z", "completedByUser": "string", "crewSize": 0, "createdDateTime": "2019-08-24T14:15:22Z", "createdByUser": "string", "bdft": 0.1, "numPieces": 0, "numUniquePieces": 0, "numTotalComponents": 0, "numUniqueComponents": 0, "maxHeight": 0.1, "maxLength": 0.1, "maxWeight": 0.1, "totalWeight": 0.1, "components": [ … ], "id": 0, "sawStationColorCode": 0, "tableStationColorCode": 0 } ]