GET api/RegCComplaint?del={del}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| del | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RegCPresentingComplaint| Name | Description | Type | Additional information |
|---|---|---|---|
| ComplaintId | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| IsDeleted | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ComplaintId": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"IsDeleted": 4,
"CreatedBy": 5,
"CreatedOn": "2026-05-20T17:23:37.6970907+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:23:37.6970907+05:00"
},
{
"ComplaintId": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"IsDeleted": 4,
"CreatedBy": 5,
"CreatedOn": "2026-05-20T17:23:37.6970907+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:23:37.6970907+05:00"
}
]