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": "3eb8bbca-e6d6-4e65-a06c-7ede9b0231e8",
"cleanroom_type_id": "c525a5ed-5472-48f3-b790-7fcec46c33ec",
"code": 3,
"date_hu": "2026-01-19T22:33:18.9028241+00:00",
"id": "a775927e-cce1-4275-bd59-8c0b460fffcc",
"site_id": "ab7d07c6-056f-46d4-a783-b6c1ace574af",
"wash_count": 6,
"position": 1,
"pc_id": "90790a53-c62b-4723-ada2-0494ba0908a2"
}
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>3eb8bbca-e6d6-4e65-a06c-7ede9b0231e8</bag_status_id> <cleanroom_type_id>c525a5ed-5472-48f3-b790-7fcec46c33ec</cleanroom_type_id> <code>3</code> <date_hu>2026-01-19T22:33:18.9028241+00:00</date_hu> <id>a775927e-cce1-4275-bd59-8c0b460fffcc</id> <pc_id>90790a53-c62b-4723-ada2-0494ba0908a2</pc_id> <position>1</position> <site_id>ab7d07c6-056f-46d4-a783-b6c1ace574af</site_id> <wash_count>6</wash_count> </bag>