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

Updates the crew size for a station and broadcasts the change via SignalR.

Request

Security
Bearer
Bodyapplication/jsonrequired

The request containing area ID, station ID, and crew size.

areaIdobject(ProductionSchedulerServer.Domain.Entities.AreaId)required
areaId.​valuestring(uuid)
stationIdobject(ProductionSchedulerServer.Domain.Entities.StationId)required
stationId.​valuestring(uuid)
crewSizeinteger(int32)

Gets or sets the crew size.

application/json
{ "areaId": { "value": "a860a344-d7b2-406e-828e-8d442f23f344" }, "stationId": { "value": "a860a344-d7b2-406e-828e-8d442f23f344" }, "crewSize": 0 }

Responses

OK

Bodyapplication/json
Response
application/json
null

Updates the crew size for a station and broadcasts the change via SignalR.

Request

Security
Bearer
Path
facilityIdstringrequired

The facility identifier.

Bodyapplication/jsonrequired

The request containing area ID, station ID, and crew size.

areaIdobject(ProductionSchedulerServer.Domain.Entities.AreaId)required
areaId.​valuestring(uuid)
stationIdobject(ProductionSchedulerServer.Domain.Entities.StationId)required
stationId.​valuestring(uuid)
crewSizeinteger(int32)

Gets or sets the crew size.

application/json
{ "areaId": { "value": "a860a344-d7b2-406e-828e-8d442f23f344" }, "stationId": { "value": "a860a344-d7b2-406e-828e-8d442f23f344" }, "crewSize": 0 }

Responses

OK

Bodyapplication/json
Response
application/json
null

Svgs

Operations