Public Grievance Redressal Service API
Last updated
Was this helpful?
Last updated
Was this helpful?
Gets the list of service requests for a particular ULB based on search criteria.
/requests/_search
Create new service requests - supports batch - please note that in case of errors entire batch is rejected
/requests/_create
RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.
Updates service request - supports batch - please note that in case of errors entire batch is rejected
/requests/_update
RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.