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": "3c12be25-cff2-4478-8238-b383a0bec70d",
"cleanroom_type_id": "7e6f7d39-4cc9-4ea8-a948-427ca3f5fe2a",
"code": 3,
"date_hu": "2026-06-09T05:18:07.593173+00:00",
"id": "d17ba287-f03f-4174-8982-722e3d7f9904",
"site_id": "a81ba5be-c4ed-4aee-b025-4d49f9d7db92",
"wash_count": 6,
"position": 1,
"pc_id": "c62b6c33-bf35-4531-b9c6-8991d68393cc"
}
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>3c12be25-cff2-4478-8238-b383a0bec70d</bag_status_id> <cleanroom_type_id>7e6f7d39-4cc9-4ea8-a948-427ca3f5fe2a</cleanroom_type_id> <code>3</code> <date_hu>2026-06-09T05:18:07.593173+00:00</date_hu> <id>d17ba287-f03f-4174-8982-722e3d7f9904</id> <pc_id>c62b6c33-bf35-4531-b9c6-8991d68393cc</pc_id> <position>1</position> <site_id>a81ba5be-c4ed-4aee-b025-4d49f9d7db92</site_id> <wash_count>6</wash_count> </bag>