Data Access OEE Split Periods
Endpoints
Get oee split periods list
| /companies/{companycode}/establishments/{establishmentcode}/data-access/oee/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 oee split periods list - Initialization
| /companies/{companycode}/establishments/{establishmentcode}/data-access/oee/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
OeeSplitPeriodsPagingEntity
Description of OEE split periods paging response
| Name | Description | Value | 
|---|---|---|
| page | Number page | int | 
| size | Size values | int | 
| values | OEE split periods of team period | 
OeeSplitPeriodsOfTeamPeriod
| Name | Description | Value | 
|---|---|---|
| companyCode | Company Code | String | 
| establishmentCode | Establishment Code | String | 
| teamPeriodId | Team period id | Long | 
| periods | OEE split periods | OeeSplitPeriod list | 
OeeSplitPeriod
| Name | Description | Value | 
|---|---|---|
| areaCode | Area code | string | 
| cadenceLostDuration | Cadence lost duration | long | 
| cancelled | Cancelled | boolean | 
| deductedFromDoneQuantity | Deducted from done quantity | double | 
| doneProductionDuration | Done production duration | long | 
| doneQuantity | Done quantity | double | 
| goodProductionDuration | Good production duration | long | 
| goodProductionFinalDuration | good production final duration | long | 
| itemCode | Item code | string | 
| lineCode | Line code | string | 
| lineConfigurationCode | Line configuration code | string | 
| moNb | MO number | string | 
| noneQualityDuration | None quality duration | long | 
| periodBegin | Period begin | datetime | 
| periodDuration | Period duration | long | 
| periodEnd | Period end | datetime | 
| prodDay | Production day | date | 
| runningTimeDuration | Running time duration | long | 
| scrapQuantity | Scrap quantity | double | 
| stop | Stop | |
| teamCode | Team code | string | 
| unitCode | Unit code | string | 
| workingDuration | Working duration | long | 
Stop
| Name | Description | Value | 
|---|---|---|
| actionCode | Action code | string | 
| duration | Stop duration | long | 
| equipment | Equipment | |
| externalEquipmentCode | External equipment | string | 
| id | Stop id | long | 
| reason | Stop reason |