Measures by batch
Endpoints
Get measures list
/companies/{companycode}/establishments/{establishmentcode}/data-access/measures |
operation.deprecated |
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path |
companyCode |
Current context company code |
string |
Path |
establishmentCode |
Current context establishment code |
string |
Query |
areaCode |
Area code |
string |
Query |
from |
Begin date |
string |
Query |
lineCode |
Line code |
string |
Query |
scrollId |
Scroll ID |
string |
Query |
to |
End date |
string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Successfull |
< measure by batch response information > array |
400 |
Functionnal error |
No Content |
500 |
Internal server error |
No Content |
Data structure
measure by batch response information
Description of measures by batch.
Name | Description | Value |
---|---|---|
measures |
Measures by batch |
MeasureByBatchDTO list |
scrollId |
Scroll ID |
string |
MeasureByBatchDTO
Name | Description | Value |
---|---|---|
areaCode |
Area code |
string |
areaLabel |
Area label |
string |
batch |
Batch |
string |
booleanValue |
Boolean value |
boolean |
companyCode |
Company code |
string |
companyLabel |
Company label |
string |
counterMeasure |
Counter measure |
boolean |
creationAt |
Creation at |
string |
creationFrom |
Creation from |
string |
creationOperatorLogin |
Creation operator login |
string |
creationUserLogin |
Creation user login |
string |
creationWorkstationCode |
Creation workstation code |
string |
creationWorkstationLabel |
Creation workstation label |
string |
criterionCode |
Criterion code |
string |
criterionGroupCode |
Criterion group code |
string |
criterionGroupLabel |
Criterion group label |
string |
criterionLabel |
Criterion label |
string |
criterionPosition |
Crtierion position |
string |
establishmentCode |
Establishment code |
string |
establishmentLabel |
Establishment label |
string |
groupRating |
Group rating |
string |
isCancelled |
Cancelled |
boolean |
itemTagCode |
Item tag code |
string |
lastUpdateAt |
Last update at |
string |
lastUpdateFrom |
Last update from |
string |
lastUpdateOperatorLogin |
Last update operator login |
string |
lastUpdateUserLogin |
Last update user login |
string |
lastUpdateWorkstationCode |
Last update workstation code |
string |
lastUpdateWorkstationLabel |
Last update workstation label |
string |
measureCriterionId |
Measure criterion id |
integer |
measureCriterionRating |
Measure criteiron rating |
string |
mesureAt |
Measure at |
string |
moLine |
Manufacturing order line |
integer |
moNumber |
Manufacturing order number |
string |
moRealBeginDate |
Manufacturing order real begin date |
string |
moRealEndDate |
Manufacturing order real end date |
string |
moReferenceItemCode |
Manufacturing order reference item code |
string |
moReferenceItemLabel |
Manufacturing order reference item label |
string |
monitoredMeasure |
Monitored measure |
boolean |
numericalNormMax |
Numerical norm max |
double |
numericalNormMin |
Numerical norm min |
double |
numericalTarget |
Numerical target |
double |
numericalToleranceMax |
Numerical tolerance max |
double |
numericalToleranceMin |
numerical tolerance min |
double |
numericalUnitCode |
Numerical unit code |
string |
numericalUnitDecimalCount |
Numerical unit decimal count |
integer |
numericalUnitType |
Numerical unit type |
string |
numericalValue |
Numerical value |
double |
operatorFirstName |
Operator first name |
string |
operatorLastName |
Operator last name |
string |
pastMeasure |
Past measure |
boolean |
prodDay |
Production day |
string |
productRangeItemTagCode |
Product range item tag code |
string |
productRangeItemTagLabel |
Product range item tag label |
string |
ratingForFalseValue |
Rating for false value |
string |
ratingForTrueValue |
Rating for true value |
string |
resourceCode |
Resource code |
string |
resourceLabel |
Resource label |
string |
sampleId |
Sample id |
integer |
sampleRating |
Sample rating |
string |
stringListToSpecify |
List to specify |
list |
stringListToSpecifyLabels |
List to specify labels |
list |
stringNormLabels |
Norm labels |
list |
stringNorms |
Norm codes |
list |
stringToleranceLabels |
Tolerance labels |
list |
stringTolerances |
Tolerance codes |
list |
stringValue |
Value |
string |
stringValueLabel |
Value label |
string |
teamCode |
Team code |
string |
teamLabel |
Team label |
string |
voluntaryControl |
Voluntary control |
boolean |
workstationCode |
Workstation code |
string |
workstationLabel |
Workstation label |
string |