get https://phoenix-qa.egovernments.org/api/v1.0/complaint/getAllTypes
Used to get all available complaint type in the system
Response data format described below
JSON Key | Data Type | Description |
---|---|---|
status | JSON Object | |
status --> type | String | Denotes whether success or failure |
result | JSON Array | |
result ----> name | String | Complaint type name |
result ----> Id | Number | Complaint type id |