Data Access Stop Comments
Endpoints
Get Oee stop comments list
| /companies/{companycode}/establishments/{establishmentcode}/data-access/oee/stop-comments | 
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 all stop comments paginated - Initialization
| /companies/{companycode}/establishments/{establishmentcode}/data-access/oee/stop-comments/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
StopCommentsPagingEntity
Description of Stop comments paging response.
| Name | Description | Value | 
|---|---|---|
| page | Number page | int | 
| size | Size values | int | 
| values | Stop comments paginated | 
StopCommentsOfTeamPeriod
Description of Stop comments group by team period.
| Name | Description | Value | 
|---|---|---|
| companyCode | Company Code | String | 
| establishmentCode | Establishment Code | String | 
| teamPeriodId | Id team period | Long | 
| stopComments | Stop comments | 
StopCommentSplitPeriod
Description of Stop comment split by OEE periods
| Name | Description | Value | 
|---|---|---|
| actionCode | Action code | string | 
| areaCode | Area code | string | 
| equipmentCode | Equipment code | string | 
| externalEquipmentCode | External equipment code | string | 
| lineCode | Line code | string | 
| lineConfCode | Line configuration code | string | 
| periodBegin | Begin of period | datetime | 
| periodEnd | End of period | datetime | 
| prodDay | Production day | date | 
| stop | Stop | |
| teamCode | Team code | string |