GET api/v2/QCRoutines/Batches/{qcRoutinesBatchesId}?translate={translate}

Request

URI Parameters

NameDescriptionTypeAdditional information
qcRoutinesBatchesId

integer

Required

translate

boolean

Default value is False

Response

QCRoutineBatchesBasic
NameDescriptionTypeAdditional 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}