GET getAllException/{userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LD_EXCEPTION| Name | Description | Type | Additional information |
|---|---|---|---|
| LD_ExpId | integer |
None. |
|
| LD_ExpNumber | integer |
None. |
|
| LD_UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LD_ExpId": 1,
"LD_ExpNumber": 2,
"LD_UserId": 3
},
{
"LD_ExpId": 1,
"LD_ExpNumber": 2,
"LD_UserId": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfLD_EXCEPTION xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaImageUpload.Models">
<LD_EXCEPTION>
<LD_ExpId>1</LD_ExpId>
<LD_ExpNumber>2</LD_ExpNumber>
<LD_UserId>3</LD_UserId>
</LD_EXCEPTION>
<LD_EXCEPTION>
<LD_ExpId>1</LD_ExpId>
<LD_ExpNumber>2</LD_ExpNumber>
<LD_UserId>3</LD_UserId>
</LD_EXCEPTION>
</ArrayOfLD_EXCEPTION>