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 | 
Parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
| Path | companyCode | Company code | string | 
| Path | establishmentCode | Establishment code | string | 
| Query | from | Begin date | string | 
| Query | to | End date | string | 
| Query | mode | Mode export data | IN(INITIALISATION=from and to parameters compared to production day, INCREMENTAL=from and to parameters compared to updated date) | 
| Query | lineCode | Line code | string | 
| Query | scrollId | Scroll ID of first response | string | 
Data structure
Labors (Deprecated)
Description of labors.
| Name | Description | Value | 
|---|---|---|
| scrollId | scrollId | string | 
| labors | Labors periods | Labor periods list | 
Labor periods
| Name | Description | Value | 
|---|---|---|
| areaCode | Area code | string | 
| areaLabel | Area label | string | 
| beginDate | Begin date | string | 
| companyCode | Company code | string | 
| companyLabel | Company label | string | 
| endDate | End date | string | 
| establishmentCode | Establishment code | string | 
| establishmentLabel | Establishment label | string | 
| includedInOee | Is stop reason included in oee | boolean | 
| itemCode | Item code | string | 
| itemLabel | Item label | string | 
| laborPeriodId | Labor period id | integer | 
| laborProfileAmount | Labor profile amount | double | 
| laborProfileCode | Labor profile code | string | 
| laborProfileLabel | Labor profile label | string | 
| laborProfileShared | Is shared labor profile | boolean | 
| laborProfileType | Labor profile type | string | 
| lineCode | Line code | string | 
| lineLabel | Line label | string | 
| lineOpenPeriodId | Line open period id | integer | 
| moNb | Manufacturing order number | string | 
| stopReasonCode | Stop reason code | string | 
| stopReasonLabel | Stop reason label | string | 
| teamCode | Team code | string | 
| teamLabel | Team label | string | 
| teamPeriodId | team period id | integer | 
| teamProdDay | Team production day | date |