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

Retrieves a list of production reports.

Request

Security
Bearer
Query
startstring(date-time)required

The start date in facility time.

endstring(date-time)required

The end date in facility time.

No request payload

Responses

OK

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

The metadata associated with the response.

dataobject(ProductionSchedulerServer.Application.Features.Reports.Queries.GetProductionReportsQuery.DailyProductionReportData)

The data associated with the response.

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

Retrieves a production summary.

Request

Security
Bearer
Query
startstring(date-time)required

The start date in facility time.

endstring(date-time)required

The end date in facility time.

No request payload

Responses

OK

Bodyapplication/json
dataobject(ProductionSchedulerServer.Application.Features.Reports.Queries.GetProductionSummaryQuery.ProductionReportData)required

The report data for the production summary.

data.​reportCreationTimestring or nullrequired

Date and time the report was generated in the timezone of the facility with no timezone offset indicator (ISO 8601 format, e.g., 2024-10-31T14:30:00)

data.​reportsArray of objects or null(ProductionSchedulerServer.Application.Features.Reports.Queries.GetProductionSummaryQuery.ProductionSummaryTotals)required

The data for the response.

data.​reports[].​stationNamestring or nullrequired

The station name.

data.​reports[].​stationTypestring(ProductionSchedulerServer.Domain.ValueTypes.ReportingStationType)required
Enum"Saw""FloorTable""RoofTable""Support"
data.​reports[].​shiftstring or null

The shift.

data.​reports[].​crewSizeinteger(int32)

The size of the crew.

data.​reports[].​totalTrussesinteger(int32)

The total number of trusses.

data.​reports[].​totalBdFtnumber(float)

The total board feet.

data.​reports[].​totalPiecesinteger(int32)

The total number of pieces.

data.​reports[].​totalManHoursnumber(float)

The total man-hours for this station and shift.

data.​reports[].​bdFtPerManHournumber(float)

The board feet per man-hour.

metadataobject(ProductionSchedulerServer.Application.Features.Reports.ResponseMetadata)required

The metadata associated with the response.

metadata.​requestDatestring(date-time)

The date the request was made.

metadata.​versionstring or null

The version of the response.

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

Settings

Operations

Shift Statistics

Operations

Stations

Operations

Svgs

Operations