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/api/reports/cut-not-built
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": { "reportCreationTime": "string", "totalBdFt": 0.1, "totalLFt": 0.1, "totalComponents": 0, "totalPieces": 0, "projects": [ … ] } }
- https://api.scheduler.strongtie.io/company/{facilityId}/api/reports-by-ppgId/{ppgId}
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
[ { "reportName": "string", "reportPath": "string" } ]