GET api/EyeCComplaint?del={del}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| del | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EyeCComplaint| Name | Description | Type | Additional information |
|---|---|---|---|
| EComplaintId | integer |
None. |
|
| Title | string |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EComplaintId": 1,
"Title": "sample string 2",
"IsDeleted": 3
},
{
"EComplaintId": 1,
"Title": "sample string 2",
"IsDeleted": 3
}
]