GET api/bagapi/bagsbysite/{siteId}?active={active}&lastUpdate={lastUpdate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteId | globally unique identifier |
Required |
|
| active | boolean |
None. |
|
| lastUpdate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "d6f2baea-593c-4240-b6d5-5b420f1137e8",
"cleanroom_type_id": "00419097-b098-4a71-bab2-6c0f909eba06",
"code": 3,
"date_hu": "2026-06-09T05:18:07.6244219+00:00",
"id": "4556169b-cc14-4be8-80bd-200474b32d3a",
"site_id": "1bb1b0b3-42c0-4189-a3f6-5379e4b861c8",
"wash_count": 6,
"position": 1,
"pc_id": "9ecbf274-92c0-49f8-8be4-e789bcdf237c"
},
{
"active": true,
"bag_status_id": "d6f2baea-593c-4240-b6d5-5b420f1137e8",
"cleanroom_type_id": "00419097-b098-4a71-bab2-6c0f909eba06",
"code": 3,
"date_hu": "2026-06-09T05:18:07.6244219+00:00",
"id": "4556169b-cc14-4be8-80bd-200474b32d3a",
"site_id": "1bb1b0b3-42c0-4189-a3f6-5379e4b861c8",
"wash_count": 6,
"position": 1,
"pc_id": "9ecbf274-92c0-49f8-8be4-e789bcdf237c"
}
]
application/xml, text/xml
Sample:
<ArrayOfbag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
<bag>
<active>true</active>
<bag_status_id>d6f2baea-593c-4240-b6d5-5b420f1137e8</bag_status_id>
<cleanroom_type_id>00419097-b098-4a71-bab2-6c0f909eba06</cleanroom_type_id>
<code>3</code>
<date_hu>2026-06-09T05:18:07.6244219+00:00</date_hu>
<id>4556169b-cc14-4be8-80bd-200474b32d3a</id>
<pc_id>9ecbf274-92c0-49f8-8be4-e789bcdf237c</pc_id>
<position>1</position>
<site_id>1bb1b0b3-42c0-4189-a3f6-5379e4b861c8</site_id>
<wash_count>6</wash_count>
</bag>
<bag>
<active>true</active>
<bag_status_id>d6f2baea-593c-4240-b6d5-5b420f1137e8</bag_status_id>
<cleanroom_type_id>00419097-b098-4a71-bab2-6c0f909eba06</cleanroom_type_id>
<code>3</code>
<date_hu>2026-06-09T05:18:07.6244219+00:00</date_hu>
<id>4556169b-cc14-4be8-80bd-200474b32d3a</id>
<pc_id>9ecbf274-92c0-49f8-8be4-e789bcdf237c</pc_id>
<position>1</position>
<site_id>1bb1b0b3-42c0-4189-a3f6-5379e4b861c8</site_id>
<wash_count>6</wash_count>
</bag>
</ArrayOfbag>