Data Access Masked Stop
Endpoints
Get Oee masked stop split periods list
| /companies/{companycode}/establishments/{establishmentcode}/data-access/oee/masked-stop-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 masked stop split periods list - Initialization
| /companies/{companycode}/establishments/{establishmentcode}/data-access/oee/masked-stop-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
OeeMaskedStopsPagingEntity
Description of Masked stops paging response
| Name | Description | Value | 
|---|---|---|
| page | Number page | int | 
| size | Size | int | 
| total | Total values | int | 
| values | OEE masked stop of team periods list | 
OeeMaskedStopOfTeamPeriod
Deletion key is <CompanyCode, EstablishmentCode, TeamPeriodId>
Description of Masked stop group by Team period
| Name | Description | Value | 
|---|---|---|
| companyCode | Company Code | String | 
| establishmentCode | Establishment Code | String | 
| teamPeriodId | Id team period | Long | 
| periods | Oee masked stop split periods | 
OeeMaskedStopSplitPeriod
Description of Masked stop split by OEE periods
| Name | Description | Value | 
|---|---|---|
| actionCode | Action code | string | 
| areaCode | Area code | string | 
| equipmentCode | Equipment code | string | 
| externalEquipmentCode | External equipment code | string | 
| itemCode | Item code | string | 
| lineCode | Line code | string | 
| lineConfigurationCode | Line configuration code | string | 
| moNb | MO number | string | 
| periodBegin | Period begin | datetime | 
| periodDuration | Period duration | long | 
| periodEnd | Period end | datetime | 
| prodDay | Production day | date | 
| state | State | string | 
| stop | Stop | |
| teamCode | Team code | string | 
| teamPeriodId | team period id | integer |