GET api/batchapi/batch/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
BatchViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| local_id | string |
Required |
|
| load_time | date |
None. |
|
| load_user_id | globally unique identifier |
None. |
|
| start_time | date |
None. |
|
| restart_cleaning_start_time | date |
None. |
|
| cleanroom_name | string |
None. |
|
| mediwave_name | string |
None. |
|
| mediwave_program_id | globally unique identifier |
None. |
|
| status_temp | boolean |
None. |
|
| status_temp_mode | string |
None. |
|
| status_temp_user_id | globally unique identifier |
None. |
|
| status_temp_time | date |
None. |
|
| status_dosage | boolean |
None. |
|
| status_dosage_mode | string |
None. |
|
| status_dosage_user_id | globally unique identifier |
None. |
|
| status_dosage_time | date |
None. |
|
| status_reset | boolean |
None. |
|
| satus_reset_mode | string |
None. |
|
| status_reset_user_id | globally unique identifier |
None. |
|
| status_reset_time | date |
None. |
|
| status_ph | boolean |
None. |
|
| status_ph_mode | string |
None. |
|
| status_ph_user_id | globally unique identifier |
None. |
|
| status_ph_time | date |
None. |
|
| stop_time | date |
None. |
|
| manual_mode | boolean |
None. |
|
| special_rinse | integer |
None. |
|
| special_rinse_last_time | date |
None. |
|
| batch_details | Collection of BatchDetailViewModel |
None. |
|
| batch_medistream | Collection of BatchMedistreamViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "30fa4fa4-713a-4277-9a2f-f24957208245",
"local_id": "sample string 2",
"load_time": "2026-01-19T09:33:53.0894742+00:00",
"load_user_id": "77634dd7-2e42-464d-9a28-164675c6f61c",
"start_time": "2026-01-19T09:33:53.0894742+00:00",
"restart_cleaning_start_time": "2026-01-19T09:33:53.0894742+00:00",
"cleanroom_name": "sample string 4",
"mediwave_name": "sample string 5",
"mediwave_program_id": "ce5b438f-ac1f-43ba-85a3-587f6534aba5",
"status_temp": true,
"status_temp_mode": "sample string 7",
"status_temp_user_id": "3b2d8e68-145e-433a-abe8-105616c4f4da",
"status_temp_time": "2026-01-19T09:33:53.0894742+00:00",
"status_dosage": true,
"status_dosage_mode": "sample string 8",
"status_dosage_user_id": "313bf40c-85f0-46cb-b7ae-316035f5c2d1",
"status_dosage_time": "2026-01-19T09:33:53.0894742+00:00",
"status_reset": true,
"satus_reset_mode": "sample string 9",
"status_reset_user_id": "449be559-d2be-49db-867e-1d547dd4e2a9",
"status_reset_time": "2026-01-19T09:33:53.0894742+00:00",
"status_ph": true,
"status_ph_mode": "sample string 10",
"status_ph_user_id": "c7a49f19-394b-4423-9b62-354a92a957d9",
"status_ph_time": "2026-01-19T09:33:53.0894742+00:00",
"stop_time": "2026-01-19T09:33:53.0894742+00:00",
"manual_mode": true,
"special_rinse": 1,
"special_rinse_last_time": "2026-01-19T09:33:53.0894742+00:00",
"batch_details": [
{
"id": "03a9b3a7-5312-4a2a-9c87-2a71b463b0f6",
"compartment": 2,
"witness_code": 3,
"unload_time": "2026-01-19T09:33:53.0894742+00:00",
"reference": "sample string 4"
},
{
"id": "03a9b3a7-5312-4a2a-9c87-2a71b463b0f6",
"compartment": 2,
"witness_code": 3,
"unload_time": "2026-01-19T09:33:53.0894742+00:00",
"reference": "sample string 4"
}
],
"batch_medistream": [
{
"id": "1fb38c89-cf26-4e97-87ec-4f43a2454187",
"batch_id": "34b59a92-2cd3-4128-b461-239c9c91a00d",
"medistream_id": "abb273c2-e59d-4ac2-b6e0-1000a823dfd7",
"witness_id": "48070fd3-3ef4-4e68-8ebd-757bcdac8836",
"compartment": 1,
"temp_max": 1.1,
"start_time": "2026-01-19T09:33:53.0894742+00:00",
"stop_time": "2026-01-19T09:33:53.0894742+00:00"
},
{
"id": "1fb38c89-cf26-4e97-87ec-4f43a2454187",
"batch_id": "34b59a92-2cd3-4128-b461-239c9c91a00d",
"medistream_id": "abb273c2-e59d-4ac2-b6e0-1000a823dfd7",
"witness_id": "48070fd3-3ef4-4e68-8ebd-757bcdac8836",
"compartment": 1,
"temp_max": 1.1,
"start_time": "2026-01-19T09:33:53.0894742+00:00",
"stop_time": "2026-01-19T09:33:53.0894742+00:00"
}
]
}
application/xml, text/xml
Sample:
<batch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
<batch_details>
<batch_detail>
<compartment>2</compartment>
<id>03a9b3a7-5312-4a2a-9c87-2a71b463b0f6</id>
<reference>sample string 4</reference>
<unload_time>2026-01-19T09:33:53.0894742+00:00</unload_time>
<witness_code>3</witness_code>
</batch_detail>
<batch_detail>
<compartment>2</compartment>
<id>03a9b3a7-5312-4a2a-9c87-2a71b463b0f6</id>
<reference>sample string 4</reference>
<unload_time>2026-01-19T09:33:53.0894742+00:00</unload_time>
<witness_code>3</witness_code>
</batch_detail>
</batch_details>
<batch_medistream>
<batch_medistream>
<batch_id>34b59a92-2cd3-4128-b461-239c9c91a00d</batch_id>
<compartment>1</compartment>
<id>1fb38c89-cf26-4e97-87ec-4f43a2454187</id>
<medistream_id>abb273c2-e59d-4ac2-b6e0-1000a823dfd7</medistream_id>
<start_time>2026-01-19T09:33:53.0894742+00:00</start_time>
<stop_time>2026-01-19T09:33:53.0894742+00:00</stop_time>
<temp_max>1.1</temp_max>
<witness_id>48070fd3-3ef4-4e68-8ebd-757bcdac8836</witness_id>
</batch_medistream>
<batch_medistream>
<batch_id>34b59a92-2cd3-4128-b461-239c9c91a00d</batch_id>
<compartment>1</compartment>
<id>1fb38c89-cf26-4e97-87ec-4f43a2454187</id>
<medistream_id>abb273c2-e59d-4ac2-b6e0-1000a823dfd7</medistream_id>
<start_time>2026-01-19T09:33:53.0894742+00:00</start_time>
<stop_time>2026-01-19T09:33:53.0894742+00:00</stop_time>
<temp_max>1.1</temp_max>
<witness_id>48070fd3-3ef4-4e68-8ebd-757bcdac8836</witness_id>
</batch_medistream>
</batch_medistream>
<cleanroom_name>sample string 4</cleanroom_name>
<id>30fa4fa4-713a-4277-9a2f-f24957208245</id>
<load_time>2026-01-19T09:33:53.0894742+00:00</load_time>
<load_user_id>77634dd7-2e42-464d-9a28-164675c6f61c</load_user_id>
<local_id>sample string 2</local_id>
<manual_mode>true</manual_mode>
<mediwave_name>sample string 5</mediwave_name>
<mediwave_program_id>ce5b438f-ac1f-43ba-85a3-587f6534aba5</mediwave_program_id>
<restart_cleaning_start_time>2026-01-19T09:33:53.0894742+00:00</restart_cleaning_start_time>
<satus_reset_mode>sample string 9</satus_reset_mode>
<special_rinse>1</special_rinse>
<special_rinse_last_time>2026-01-19T09:33:53.0894742+00:00</special_rinse_last_time>
<start_time>2026-01-19T09:33:53.0894742+00:00</start_time>
<status_dosage>true</status_dosage>
<status_dosage_mode>sample string 8</status_dosage_mode>
<status_dosage_time>2026-01-19T09:33:53.0894742+00:00</status_dosage_time>
<status_dosage_user_id>313bf40c-85f0-46cb-b7ae-316035f5c2d1</status_dosage_user_id>
<status_ph>true</status_ph>
<status_ph_mode>sample string 10</status_ph_mode>
<status_ph_time>2026-01-19T09:33:53.0894742+00:00</status_ph_time>
<status_ph_user_id>c7a49f19-394b-4423-9b62-354a92a957d9</status_ph_user_id>
<status_reset>true</status_reset>
<status_reset_time>2026-01-19T09:33:53.0894742+00:00</status_reset_time>
<status_reset_user_id>449be559-d2be-49db-867e-1d547dd4e2a9</status_reset_user_id>
<status_temp>true</status_temp>
<status_temp_mode>sample string 7</status_temp_mode>
<status_temp_time>2026-01-19T09:33:53.0894742+00:00</status_temp_time>
<status_temp_user_id>3b2d8e68-145e-433a-abe8-105616c4f4da</status_temp_user_id>
<stop_time>2026-01-19T09:33:53.0894742+00:00</stop_time>
</batch>