Endpoint Examples
Get Grievance
Get a grievance by its ID
GET
Retrieves a grievance by its unique identifier. This endpoint returns the complete grievance details including all fields such as title, description, category, status, timestamps, and any additional metadata related to the grievance processing.
If the grievance is not found, a 404 error is returned. The response includes a status field and the complete grievance object with all its properties.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of grievance to fetch
Response
200
application/json
Grievance response
The response is of type object
.