GET api/batchapi/mediwavebatchmeasures/{batchId}?siteId={siteId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| batchId | globally unique identifier |
Required |
|
| siteId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
BatchMeasuresViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| status_temp | boolean |
None. |
|
| status_dosage | boolean |
None. |
|
| status_ph | boolean |
None. |
|
| state | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"status_temp": true,
"status_dosage": true,
"status_ph": true,
"state": true
}
application/xml, text/xml
Sample:
<measures xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <state>true</state> <status_dosage>true</status_dosage> <status_ph>true</status_ph> <status_temp>true</status_temp> </measures>