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 list of report paths by PPG ID.

Request

Security
Bearer
Path
ppgIdintegerrequired

The PPG ID.

No request payload

Responses

OK

Bodyapplication/jsonArray [
reportNamestring or null

Gets or sets the Report Name of the report.

reportPathstring or null

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

]
Response
application/json
[ { "reportName": "string", "reportPath": "string" } ]

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" } ]

Settings

Operations

Shift Statistics

Operations

Stations

Operations

Svgs

Operations