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

Retrieves production statistics for the current shift. If a stationId is provided, statistics are returned only for that station; otherwise, statistics for all stations are included. The backend determines the current active shift based on facility shift settings and returns its statistics. Only one shift's statistics are returned per request, including both current and target board feet metrics for each station.

Request

Security
Bearer
Query
stationIdstring

Optional station ID to filter statistics.

No request payload

Responses

OK

Bodyapplication/json
metadataobject(ProductionSchedulerServer.Application.Features.ShiftStatistics.Responses.ResponseMetadata)

Metadata about the response, including the request date and API version.

dataArray of objects or null(ProductionSchedulerServer.Application.Features.ShiftStatistics.Models.StationShiftStatistic)

List of station shift statistics.

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

Retrieves production statistics for the previous shift. If a stationId is provided, statistics are returned only for that station; otherwise, statistics for all stations are included. The backend determines the previous shift based on facility shift settings and returns its statistics. Only one shift's statistics are returned per request, including both current and target board feet metrics for each station.

Request

Security
Bearer
Query
stationIdstring

Optional station ID to filter statistics.

No request payload

Responses

OK

Bodyapplication/json
metadataobject(ProductionSchedulerServer.Application.Features.ShiftStatistics.Responses.ResponseMetadata)

Metadata about the response, including the request date and API version.

dataArray of objects or null(ProductionSchedulerServer.Application.Features.ShiftStatistics.Models.StationShiftStatistic)

List of station shift statistics.

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

Retrieves production statistics for the current shift. If a stationId is provided, statistics are returned only for that station; otherwise, statistics for all stations are included. The backend determines the current active shift based on facility shift settings and returns its statistics. Only one shift's statistics are returned per request, including both current and target board feet metrics for each station.

Request

Security
Bearer
Query
stationIdstring

Optional station ID to filter statistics.

No request payload

Responses

OK

Bodyapplication/json
metadataobject(ProductionSchedulerServer.Application.Features.ShiftStatistics.Responses.ResponseMetadata)

Metadata about the response, including the request date and API version.

dataArray of objects or null(ProductionSchedulerServer.Application.Features.ShiftStatistics.Models.StationShiftStatistic)

List of station shift statistics.

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

Retrieves production statistics for the previous shift. If a stationId is provided, statistics are returned only for that station; otherwise, statistics for all stations are included. The backend determines the previous shift based on facility shift settings and returns its statistics. Only one shift's statistics are returned per request, including both current and target board feet metrics for each station.

Request

Security
Bearer
Query
stationIdstring

Optional station ID to filter statistics.

No request payload

Responses

OK

Bodyapplication/json
metadataobject(ProductionSchedulerServer.Application.Features.ShiftStatistics.Responses.ResponseMetadata)

Metadata about the response, including the request date and API version.

dataArray of objects or null(ProductionSchedulerServer.Application.Features.ShiftStatistics.Models.StationShiftStatistic)

List of station shift statistics.

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

Stations

Operations

Svgs

Operations