get
https://phoenix-qa.egovernments.org/api/v1.0/complaint//detail
Api for get details of particular complaint using unique crn(Complaint Registration Number).
Response data format described below
| JSON Key | Data Type | Description |
|---|---|---|
| status | JSON Object | |
| status --> type | String | Denotes whether success or failure |
| result | JSON Object | |
| result --> crn | String | Complaint number |
| result --> createdDate | String | Date of complaint created |
| result --> detail | String | Complaint description |
| 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 | Number | 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 |
