GET api/bagapi/bag/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
BagViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| active | boolean |
Required |
|
| bag_status_id | globally unique identifier |
Required |
|
| cleanroom_type_id | globally unique identifier |
Required |
|
| code | integer |
Required |
|
| date_hu | date |
None. |
|
| id | globally unique identifier |
None. |
|
| site_id | globally unique identifier |
Required |
|
| wash_count | integer |
None. |
|
| position | integer |
None. |
|
| pc_id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"active": true,
"bag_status_id": "5da4c4f0-f4bf-4072-99d9-7d0a39a9c7e4",
"cleanroom_type_id": "ec38902d-05f0-4278-8853-ad5f53e808de",
"code": 3,
"date_hu": "2026-01-19T09:36:46.7953274+00:00",
"id": "feaf4524-11bb-4ea1-8d7d-a65d513fbbf5",
"site_id": "152fd48d-83e0-49a0-9a1b-221245291dcd",
"wash_count": 6,
"position": 1,
"pc_id": "6b501d5d-a889-49d7-8ba1-568c5a629560"
}
application/xml, text/xml
Sample:
<bag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <bag_status_id>5da4c4f0-f4bf-4072-99d9-7d0a39a9c7e4</bag_status_id> <cleanroom_type_id>ec38902d-05f0-4278-8853-ad5f53e808de</cleanroom_type_id> <code>3</code> <date_hu>2026-01-19T09:36:46.7953274+00:00</date_hu> <id>feaf4524-11bb-4ea1-8d7d-a65d513fbbf5</id> <pc_id>6b501d5d-a889-49d7-8ba1-568c5a629560</pc_id> <position>1</position> <site_id>152fd48d-83e0-49a0-9a1b-221245291dcd</site_id> <wash_count>6</wash_count> </bag>