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": "0757d02a-3063-482a-b1e7-e1af8b33ff96",
"cleanroom_type_id": "4fef6fb9-cbb2-4e7c-a774-92517fee2171",
"code": 3,
"date_hu": "2026-01-19T11:09:25.9666121+00:00",
"id": "45843084-21a3-4f21-bc84-b83d4e777bd7",
"site_id": "86e42dfc-3276-46e8-9fc9-1b44474a8f0d",
"wash_count": 6,
"position": 7,
"pc_id": "392ebcf4-0da0-4ec8-94e3-e2e69253e504"
}
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>0757d02a-3063-482a-b1e7-e1af8b33ff96</bag_status_id> <cleanroom_type_id>4fef6fb9-cbb2-4e7c-a774-92517fee2171</cleanroom_type_id> <code>3</code> <date_hu>2026-01-19T11:09:25.9666121+00:00</date_hu> <id>45843084-21a3-4f21-bc84-b83d4e777bd7</id> <pc_id>392ebcf4-0da0-4ec8-94e3-e2e69253e504</pc_id> <position>7</position> <site_id>86e42dfc-3276-46e8-9fc9-1b44474a8f0d</site_id> <wash_count>6</wash_count> </bag>