Last updated 2 years ago
Was this helpful?
Get the report data based on the given search parameters.
Request object to fetch the report data
curl -L \ --request POST \ --url 'https://phoenix-qa.egovernments.org/[module_base_path]/reports/v1/_get' \ --header 'Content-Type: application/json' \ --data '{ "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": {} } ] }'
{ "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": [ [ {} ] ] }