Reporting Service

Search API for report data

post

Get the report data based on the given search parameters.

Body
all ofOptional
and
Responses
200
Successful response
application/json
post
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": {}
    }
  ]
}
{
  "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": [
    [
      {}
    ]
  ]
}

Last updated

Was this helpful?