Data Access Labor
Endpoints
Get Labor split by OEE periods list
| /companies/{companycode}/establishments/{establishmentcode}/data-access/labor/split-periods | 
Parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
| Path | companyCode | Company code | string | 
| Path | establishmentCode | Establishment code | string | 
| Query | from | Begin datetime | string | 
| Query | to | End datetime | string | 
| Query | page | Page index | integer | 
| Query | size | Entity count per page | integer | 
| Query | lineCode | Line code | string | 
Get Labor split by OEE periods list - Initialization
| /companies/{companycode}/establishments/{establishmentcode}/data-access/labor/split-periods/initialization | 
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 | page | Page index | integer | 
| Query | size | Entity count per page | integer | 
| Query | lineCode | Line code | string | 
Data structure
OeeLaborsPagingEntity
Description of labors paging response.
| Name | Description | Value | 
|---|---|---|
| page | Number page | int | 
| size | Size | int | 
| total | Total values | int | 
| values | Labors paginated | Labor list | 
Labor
Deletion key is <CompanyCode, EstablishmentCode, LaborPeriodId>
Description of labor
| Name | Description | Value | 
|---|---|---|
| companyCode | Company Code | String | 
| establishmentCode | Establishment Code | String | 
| laborPeriodId | Labor period id | Long | 
| periods | Labor split periods | 
LaborSplitByOeePeriods
Description of Labor split by OEE periods
| Name | Description | Value | 
|---|---|---|
| areaCode | Area code | string | 
| beginDate | Begin date | string | 
| endDate | End date | string | 
| includedInOee | Is stop reason included in oee | boolean | 
| itemCode | Item code | string | 
| laborProfileAmount | Labor profile amount | double | 
| laborProfileCode | Labor profile code | string | 
| laborProfileShared | Is shared labor profile | boolean | 
| laborProfileType | Labor profile type | string | 
| lineCode | Line code | string | 
| lineOpenPeriodId | Line open period id | integer | 
| moNb | Manufacturing order number | string | 
| prodDay | Production day | date | 
| stopReasonCode | Stop reason code | string | 
| teamCode | Team code | string | 
| teamPeriodId | team period id | integer |