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": "ddc70d6c-9406-4075-96e7-97ffbe0525f3",
"cleanroom_type_id": "2e9d2082-4719-42ec-b88e-441ea73e966a",
"code": 3,
"date_hu": "2026-01-19T11:47:36.1184914+00:00",
"id": "7a5d3e52-aa62-4d9c-9916-c28899efad00",
"site_id": "6069bad1-5c5c-46da-a455-6df7bc6f9945",
"wash_count": 6,
"position": 1,
"pc_id": "b7827767-f850-4613-8786-aeefd127faab"
},
{
"active": true,
"bag_status_id": "ddc70d6c-9406-4075-96e7-97ffbe0525f3",
"cleanroom_type_id": "2e9d2082-4719-42ec-b88e-441ea73e966a",
"code": 3,
"date_hu": "2026-01-19T11:47:36.1184914+00:00",
"id": "7a5d3e52-aa62-4d9c-9916-c28899efad00",
"site_id": "6069bad1-5c5c-46da-a455-6df7bc6f9945",
"wash_count": 6,
"position": 1,
"pc_id": "b7827767-f850-4613-8786-aeefd127faab"
}
]
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>ddc70d6c-9406-4075-96e7-97ffbe0525f3</bag_status_id>
<cleanroom_type_id>2e9d2082-4719-42ec-b88e-441ea73e966a</cleanroom_type_id>
<code>3</code>
<date_hu>2026-01-19T11:47:36.1184914+00:00</date_hu>
<id>7a5d3e52-aa62-4d9c-9916-c28899efad00</id>
<pc_id>b7827767-f850-4613-8786-aeefd127faab</pc_id>
<position>1</position>
<site_id>6069bad1-5c5c-46da-a455-6df7bc6f9945</site_id>
<wash_count>6</wash_count>
</bag>
<bag>
<active>true</active>
<bag_status_id>ddc70d6c-9406-4075-96e7-97ffbe0525f3</bag_status_id>
<cleanroom_type_id>2e9d2082-4719-42ec-b88e-441ea73e966a</cleanroom_type_id>
<code>3</code>
<date_hu>2026-01-19T11:47:36.1184914+00:00</date_hu>
<id>7a5d3e52-aa62-4d9c-9916-c28899efad00</id>
<pc_id>b7827767-f850-4613-8786-aeefd127faab</pc_id>
<position>1</position>
<site_id>6069bad1-5c5c-46da-a455-6df7bc6f9945</site_id>
<wash_count>6</wash_count>
</bag>
</ArrayOfbag>