Manage flow of work through a production facility and get reports.
CS Producer (v1.0)
- https://api.scheduler.strongtie.io/api/cards-by-project/{projectId}
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadReturns the list of cards associated with the specified project ID.
The list of components.
The version of the card. This value is used for optimistic concurrency control. Needs to be set to the value of the entity's version property when updating/deleting the entity.
[ { "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, "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8", "areaName": "string", "stationName": "string", "version": "string" } ]
- https://api.scheduler.strongtie.io/api/cards-by-stationtype-ppg
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadReturns the list of cards for the specified station type and PPG.
The list of components.
The version of the card. This value is used for optimistic concurrency control. Needs to be set to the value of the entity's version property when updating/deleting the entity.
[ { "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, "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8", "areaName": "string", "stationName": "string", "version": "string" } ]
- https://api.scheduler.strongtie.io/api/cards-by-last-sync-date
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadReturns the list of cards associated with the specified project ID.
The list of components.
The version of the card. This value is used for optimistic concurrency control. Needs to be set to the value of the entity's version property when updating/deleting the entity.
[ { "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, "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8", "areaName": "string", "stationName": "string", "version": "string" } ]