GET api/bagapi/bag/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

BagViewModel
NameDescriptionTypeAdditional 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": "bd1e011e-fddd-401e-b864-6f8be10dfd24",
  "cleanroom_type_id": "969cbc4a-df7f-427a-b70f-b668a3489e1a",
  "code": 3,
  "date_hu": "2026-01-19T06:22:13.4695725+00:00",
  "id": "4d34d2bf-ed84-4190-ba3c-1a079226f8f8",
  "site_id": "d7501440-563f-42db-83a0-ad7ee6d95b51",
  "wash_count": 6,
  "position": 1,
  "pc_id": "03d0a7d1-73c4-4673-91c4-65a3899636ce"
}

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>bd1e011e-fddd-401e-b864-6f8be10dfd24</bag_status_id>
  <cleanroom_type_id>969cbc4a-df7f-427a-b70f-b668a3489e1a</cleanroom_type_id>
  <code>3</code>
  <date_hu>2026-01-19T06:22:13.4695725+00:00</date_hu>
  <id>4d34d2bf-ed84-4190-ba3c-1a079226f8f8</id>
  <pc_id>03d0a7d1-73c4-4673-91c4-65a3899636ce</pc_id>
  <position>1</position>
  <site_id>d7501440-563f-42db-83a0-ad7ee6d95b51</site_id>
  <wash_count>6</wash_count>
</bag>