GET api/poolDepartmentItemapi/poolDepartmentItem/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PoolDepartmentItemViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
Required |
|
| active | boolean |
Required |
|
| department_item_id | globally unique identifier |
Required |
|
| id | globally unique identifier |
None. |
|
| quantity | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"date": "2026-01-19T09:37:49.9704594+00:00",
"active": true,
"department_item_id": "44572809-aecc-496c-adfc-750353d25e59",
"id": "62ad6c84-cfbb-42c8-8f29-ff1c9f4fb48d",
"quantity": 5
}
application/xml, text/xml
Sample:
<pool_department_item xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <date>2026-01-19T09:37:49.9704594+00:00</date> <department_item_id>44572809-aecc-496c-adfc-750353d25e59</department_item_id> <id>62ad6c84-cfbb-42c8-8f29-ff1c9f4fb48d</id> <quantity>5</quantity> </pool_department_item>