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": "9e938f45-9420-4f9b-a9e9-67a83c781194",
"cleanroom_type_id": "54132af0-007d-421b-8a8c-585c134833ae",
"code": 3,
"date_hu": "2026-03-07T07:36:27.3470409+00:00",
"id": "0b9d266e-ed67-4434-9a15-722cc779fcba",
"site_id": "07818272-c1dd-43c8-acdf-63fb7ca5c18c",
"wash_count": 6,
"position": 7,
"pc_id": "4ef2b01b-f55b-4649-90fa-e77be49943ef"
},
{
"active": true,
"bag_status_id": "9e938f45-9420-4f9b-a9e9-67a83c781194",
"cleanroom_type_id": "54132af0-007d-421b-8a8c-585c134833ae",
"code": 3,
"date_hu": "2026-03-07T07:36:27.3470409+00:00",
"id": "0b9d266e-ed67-4434-9a15-722cc779fcba",
"site_id": "07818272-c1dd-43c8-acdf-63fb7ca5c18c",
"wash_count": 6,
"position": 7,
"pc_id": "4ef2b01b-f55b-4649-90fa-e77be49943ef"
}
]
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>9e938f45-9420-4f9b-a9e9-67a83c781194</bag_status_id>
<cleanroom_type_id>54132af0-007d-421b-8a8c-585c134833ae</cleanroom_type_id>
<code>3</code>
<date_hu>2026-03-07T07:36:27.3470409+00:00</date_hu>
<id>0b9d266e-ed67-4434-9a15-722cc779fcba</id>
<pc_id>4ef2b01b-f55b-4649-90fa-e77be49943ef</pc_id>
<position>7</position>
<site_id>07818272-c1dd-43c8-acdf-63fb7ca5c18c</site_id>
<wash_count>6</wash_count>
</bag>
<bag>
<active>true</active>
<bag_status_id>9e938f45-9420-4f9b-a9e9-67a83c781194</bag_status_id>
<cleanroom_type_id>54132af0-007d-421b-8a8c-585c134833ae</cleanroom_type_id>
<code>3</code>
<date_hu>2026-03-07T07:36:27.3470409+00:00</date_hu>
<id>0b9d266e-ed67-4434-9a15-722cc779fcba</id>
<pc_id>4ef2b01b-f55b-4649-90fa-e77be49943ef</pc_id>
<position>7</position>
<site_id>07818272-c1dd-43c8-acdf-63fb7ca5c18c</site_id>
<wash_count>6</wash_count>
</bag>
</ArrayOfbag>