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/shift-reconciliation
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadThe shift reconciliation was successfully retrieved.
dataobject(ProductionSchedulerServer.Application.Features.Reports.Commands.GetShiftReconciliationCommand.ReconciliationData)required
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
Example: ["Plate Pick","Lumber Pick","Blade Saw","DeRobo","Floor","N. Assembly"]
data.statusArray of objects or null(ProductionSchedulerServer.Application.Features.Reports.Commands.GetShiftReconciliationCommand.ReconciliationProjects)required
Data about the PPGs from this project
data.status[].ppgDataArray of objects or null(ProductionSchedulerServer.Application.Features.Reports.Commands.GetShiftReconciliationCommand.ReconciliationPpgs)required
Data about the PPGs from this project
Name of a PPG associated with a project
Example: "ABC123"
data.status[].ppgData[].stationStatusArray of objects or null(ProductionSchedulerServer.Application.Features.Reports.Commands.GetShiftReconciliationCommand.ReconciliationStationStatus)required
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
Example: "Washington St. Apartment"
Response
application/json
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": { "reportCreationTime": "string", "stations": [ … ], "status": [ … ] } }
- 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": [ … ] } }