Reporting Service

Search API for report data

post

Get the report data based on the given search parameters.

Body

Request object to fetch the report data

tenantIdstringRequired

tenantId for which the report is needed

reportNamestringRequired

name of the report. A tenant specific report can be defined with tenantId as the prefix of the report name. So if the system finds two reports - report1 and mytenant.report1 and the tenantId for this request is mytenant then report definition mytenant.report1 will be picked

Responses
chevron-right
200

Successful response

application/json

Response object that has fetched report data

ttlinteger · int64Optional

UTC epoch upto which report data can be cached

reportDataobject[][]Optional

two dimensional array containing the report data

post
/_get

Last updated

Was this helpful?