GET Api/User/OpenItemsToRespond
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OpenItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemType | ItemType |
None. |
|
| Amount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ItemType": 1,
"Amount": 1
},
{
"ItemType": 1,
"Amount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfOpenItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paralax.Cas.WebShared.Models">
<OpenItem>
<Amount>1</Amount>
<ItemType>OpenLeaveRequest</ItemType>
</OpenItem>
<OpenItem>
<Amount>1</Amount>
<ItemType>OpenLeaveRequest</ItemType>
</OpenItem>
</ArrayOfOpenItem>