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 a cut not built report.

Request

Security
Bearer
No request payload

Responses

The report was successfully retrieved.

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

The metadata associated with the response.

dataobject(ProductionSchedulerServer.Application.Features.Reports.Queries.GetCutNotBuiltQuery.CutNotBuiltData)

The data object for the cut not built report.

Response
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": [] } }

Sends a Report file.

Request

Security
Bearer
Bodyrequired
filestring or null(binary)required

The file containing the report.

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

The ID of the report.

{
  "ppgId": 0,
  "reportName": "string",
  "file": "string"
}

Responses

OK

Bodyapplication/json
Response
application/json
null

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

Settings

Operations

Shift Statistics

Operations

Stations

Operations

Svgs

Operations