get https://phoenix-qa.egovernments.org/api/v1.0/citizen/getMyComplaint//
List of complaints filed by logged in user Sorted in descending order starting from most recent one first.
Response data format described below
JSON Key | Data Type | Description |
---|---|---|
status | JSON Object | |
status --> hasNextPage | String | Pagination flag (true or false) |
status --> type | String | Denotes whether success or failure |
result | JSON Array | |
result ----> crn | String | Complaint number |
result ----> createdDate | String | Date of complaint created |
result ----> detail | String | Complaint description |
result ----> status | String | Complaint status |
result ----> childLocationName | String | Complaint location name (it's only available when user register complaint with location name) |
result ----> locationName | String | Complaint location ward details |
result ----> lat | Number (Double) | Latitude of complaint location (it's only available when user register complaint with gps) |
result ----> lng | Number (Double) | Longitude of complaint location (it's only available when user register complaint with gps) |
result ----> complaintTypeId | String | Complaint type id |
result ----> complaintTypeName | String | Complaint type name |
result ----> landmarkDetails | String | Complaint landmark details |
result ----> supportDocsSize | Number | Denotes how many images are available for this complaint |