Custom retrieval of report data using POST

As in the web UI, data can be retrieved according to a selection of grouping, sorting and filters.

To perform a custom retrieval of report data, a <report-view> element must be POSTed to the same REST service normally used to retrieve the report's data

HTTPS method

POST

Service format

To retrieve the first page:

/services/reports/<rid>/data

To retrieve subsequent pages:

/services/reports/<rid>/data/pages/<page>

Parameters

rid - report ID

POST data:

<report-view> element containing custom group/sort/filters. Refer to documented schema for more details.

Optional query string parameters:

mode=all

Returns all report data in one request instead of one page at a time.

Returns

Report data conforming to schema specified for this report.