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

Settings

Operations

Shift Statistics

Operations

Stations

Operations

Svgs

Operations

Uploads an SVG file.

Request

Security
Bearer
Bodyrequired
filestring or null(binary)required

The SVG file to upload to Azure Front Door.

ppgIdinteger(int32)(ProductionSchedulerServer.Domain.Entities.ProducerProductionGroups.ProducerProductionGroupId)
componentIdstring(uuid)

Gets or sets the Component Id of the SVG.

{
  "ppgId": 0,
  "componentId": "616ccd92-d666-4180-8349-8d125b269fac",
  "file": "string"
}

Responses

OK

Bodyapplication/json
Response
application/json
null

Retrieves SVG URLs by PPG ID.

Request

Security
Bearer
Path
ppgIdintegerrequired

The PPG ID for which to retrieve the SVG URLs.

No request payload

Responses

OK

Bodyapplication/jsonArray [
ppgIdinteger(int32)(ProductionSchedulerServer.Domain.Entities.ProducerProductionGroups.ProducerProductionGroupId)
componentIdstring(uuid)

Gets or sets the component id of the SVG.

urlstring or null

Gets or sets the URL of the SVG.

]
Response
application/json
[ { "ppgId": 0, "componentId": "616ccd92-d666-4180-8349-8d125b269fac", "url": "string" } ]

Retrieves the SVG URL associated with a specific component ID.

Request

Security
Bearer
Path
ppgIdintegerrequired

Producer Production Group Id

componentIdstring(uuid)required

The unique identifier of the component.

No request payload

Responses

OK

Bodyapplication/json
urlstring or null

The URL to the SVG resource for a specified component identifier.

Response
application/json
{ "url": "string" }

Uploads an SVG file.

Request

Security
Bearer
Path
facilityIdstringrequired

The facility identifier.

Bodyrequired
filestring or null(binary)required

The SVG file to upload to Azure Front Door.

ppgIdinteger(int32)(ProductionSchedulerServer.Domain.Entities.ProducerProductionGroups.ProducerProductionGroupId)
componentIdstring(uuid)

Gets or sets the Component Id of the SVG.

{
  "ppgId": 0,
  "componentId": "616ccd92-d666-4180-8349-8d125b269fac",
  "file": "string"
}

Responses

OK

Bodyapplication/json
Response
application/json
null

Retrieves SVG URLs by PPG ID.

Request

Security
Bearer
Path
ppgIdintegerrequired

The PPG ID for which to retrieve the SVG URLs.

facilityIdstringrequired

The facility identifier.

No request payload

Responses

OK

Bodyapplication/jsonArray [
ppgIdinteger(int32)(ProductionSchedulerServer.Domain.Entities.ProducerProductionGroups.ProducerProductionGroupId)
componentIdstring(uuid)

Gets or sets the component id of the SVG.

urlstring or null

Gets or sets the URL of the SVG.

]
Response
application/json
[ { "ppgId": 0, "componentId": "616ccd92-d666-4180-8349-8d125b269fac", "url": "string" } ]

Retrieves the SVG URL associated with a specific component ID.

Request

Security
Bearer
Path
ppgIdintegerrequired

Producer Production Group Id

componentIdstring(uuid)required

The unique identifier of the component.

facilityIdstringrequired

The facility identifier.

No request payload

Responses

OK

Bodyapplication/json
urlstring or null

The URL to the SVG resource for a specified component identifier.

Response
application/json
{ "url": "string" }