Data Access OEE Computed Labor Periods (Deprecated)

Endpoints

Get oee computed labor periods list (Deprecated)

/companies/{companycode}/establishments/{establishmentcode}/data-access/oee-computed-labor-periods

operation.deprecated

Description

Returns all labors.

Parameters

Type Name Description Schema

Path

companyCode
required

Company code

string

Path

establishmentCode
required

Establishment code

string

Query

from
required

Begin date

string
(YYYY-MM-DD)

Query

to
required

End date

string
(YYYY-MM-DD)

Query

mode
optional

Mode export data
(either export created or updated computed labor periods)

IN(INITIALISATION=from and to parameters compared to production day, INCREMENTAL=from and to parameters compared to updated date)
DEFAULT(INITIALISATION)

Query

lineCode
optional

Line code

string

Query

scrollId
optional

Scroll ID of first response

string

Responses

HTTP Code Description Schema

200

Successful

400

Functional error

No Content

500

Internal server error

No Content

Produces

  • application/json

Data structure

Labors (Deprecated)

Description of labors.

Name Description Value

scrollId
required

scrollId

string

labors
required

Labors periods

Labor periods

Name Description Value

areaCode
required

Area code

string

areaLabel
required

Area label

string

beginDate
required

Begin date

string

companyCode
required

Company code

string

companyLabel
required

Company label

string

endDate
required

End date

string

establishmentCode
required

Establishment code

string

establishmentLabel
required

Establishment label

string

includedInOee
required

Is stop reason included in oee

boolean

itemCode
optional

Item code

string

itemLabel
optional

Item label

string

laborPeriodId
required

Labor period id

integer

laborProfileAmount
required

Labor profile amount

double

laborProfileCode
required

Labor profile code

string

laborProfileLabel
required

Labor profile label

string

laborProfileShared
required

Is shared labor profile

boolean

laborProfileType
required

Labor profile type

string

lineCode
required

Line code

string

lineLabel
required

Line label

string

lineOpenPeriodId
optional

Line open period id

integer

moNb
optional

Manufacturing order number

string

stopReasonCode
optional

Stop reason code

string

stopReasonLabel
optional

Stop reason label

string

teamCode
optional

Team code

string

teamLabel
optional

Team label

string

teamPeriodId
optional

team period id

integer

teamProdDay
required

Team production day

date
(YYYY-MM-DD)