Skip to content

CS Producer (v1.0)

Manage flow of work through a production facility and get reports.

Download OpenAPI description
Overview
Languages
Servers
https://api.scheduler.strongtie.io

Cards

Operations

ProducerProductionGroups

Operations

Reports

Operations

Retrieves the report path by Report ID.

Request

Security
Bearer
Path
reportIdintegerrequired

The report ID.

No request payload

Responses

OK

Bodyapplication/json
ppgIdinteger(int32)(ProductionSchedulerServer.Domain.Entities.ProducerProductionGroups.ProducerProductionGroupId)
reportNamestring or null

Gets or sets the name of the report provided by sender.

reportPathstring or null

Gets or sets the blob storage identifier of the report. {PpgId}/reports/{generated GUID}.pdf

Response
application/json
{ "ppgId": 0, "reportName": "string", "reportPath": "string" }

Retrieves a list of Telerik reports.

Request

Security
Bearer
No request payload

Responses

OK

Bodyapplication/jsonArray [
namestring or null

Gets or sets the name associated with the Telerik report.

]
Response
application/json
[ { "name": "string" } ]

Retrieves a list of production reports.

Request

Security
Bearer
Query
startstring(date-time)required

The start date in facility time.

endstring(date-time)required

The end date in facility time.

No request payload

Responses

OK

Bodyapplication/json
metadataobject(ProductionSchedulerServer.Application.Features.Reports.ResponseMetadata)

The metadata associated with the response.

dataobject(ProductionSchedulerServer.Application.Features.Reports.Queries.GetProductionReportsQuery.DailyProductionReportData)

The data associated with the response.

Response
application/json
{ "metadata": { "requestDate": "2019-08-24T14:15:22Z", "version": "string" }, "data": { "reportCreationTime": "string", "reports": [] } }

Settings

Operations

Shift Statistics

Operations

Stations

Operations

Svgs

Operations