Last updated 3 years ago
Was this helpful?
Get the report data based on the given search parameters.
Request object to fetch the report data
Response object that has fetched report data
POST /[module_base_path]/reports/v1/_get HTTP/1.1 Host: phoenix-qa.egovernments.org Content-Type: application/json Accept: */* Content-Length: 231 { "requestInfo": { "apiId": "text", "ver": "text", "ts": 1, "action": "text", "did": "text", "key": "text", "msgId": "text", "requesterId": "text", "authToken": "text" }, "tenantId": "text", "reportName": "text", "searchParams": [ { "name": "text", "input": {} } ] }
Successful response
{ "requestInfo": { "apiId": "text", "ver": "text", "ts": 1, "resMsgId": "text", "msgId": "text", "status": "SUCCESSFUL" }, "reportHeader": [ { "name": "text", "label": "text", "type": "number", "defaultValue": {}, "isMandatory": true, "showColumn": true } ], "ttl": 1, "reportData": [ [ {} ] ] }