GET api/v2/QCRoutines/Batches/{qcRoutinesBatchesId}?translate={translate}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| qcRoutinesBatchesId | integer |
Required |
|
| translate | boolean |
Default value is False |
Response
QCRoutineBatchesBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| SId | integer | ||
| Identification | string | ||
| QCRoutineId | integer | ||
| EquipmentType | EquipmentTypeBasic | ||
| TaskCountLimit | integer | ||
| BatchStart | boolean | ||
| BatchEnd | boolean | ||
| Active | boolean |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"SId": 1,
"Identification": "sample string 2",
"QCRoutineId": 1,
"EquipmentType": {
"Id": 1,
"Identification": "sample string 2",
"Active": true
},
"TaskCountLimit": 1,
"BatchStart": true,
"BatchEnd": true,
"Active": true
}
text/html
Sample:
{"Id":1,"SId":1,"Identification":"sample string 2","QCRoutineId":1,"EquipmentType":{"Id":1,"Identification":"sample string 2","Active":true},"TaskCountLimit":1,"BatchStart":true,"BatchEnd":true,"Active":true}