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/reports/telerik-report
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
[ { "name": "string" } ]
- https://api.scheduler.strongtie.io/company/{facilityId}/api/reports/production-reports
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadResponse
application/json
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": { "reportCreationTime": "string", "reports": [ … ] } }
- https://api.scheduler.strongtie.io/company/{facilityId}/api/reports/production-summary
- Payload
- cURL
- JS
- Java 8
- C#
No request payloadOK
dataobject(ProductionSchedulerServer.Application.Features.Reports.Queries.GetProductionSummaryQuery.ProductionReportData)required
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)
data.reportsArray of objects or null(ProductionSchedulerServer.Application.Features.Reports.Queries.GetProductionSummaryQuery.ProductionSummaryTotals)required
The data for the response.
Response
application/json
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": { "reportCreationTime": "string", "reports": [ … ] } }