Data Access OEE Computed Labor Periods
Endpoints
Get oee computed labor periods list
/companies/{companycode}/establishments/{establishmentcode}/data-access/oee-computed-labor-periods |
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path |
companyCode |
Company code |
string |
Path |
establishmentCode |
Establishment code |
string |
Query |
from |
Begin date |
string (YYYY-MM-DD) |
Query |
to |
End date |
string (YYYY-MM-DD) |
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 |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Successful |
< labor response information > array |
400 |
Functional error |
No Content |
500 |
Internal server error |
No Content |
Data structure
labors response
Description of labors.
Name | Description | Value |
---|---|---|
labors |
Labors |
LaborDTO list |
scrollId |
scrollId |
string |
LaborDTO
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 |
isIncludedInOee |
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 |
string |