Requesting report data

This REST service requests a report's data.

By default, the data is returned with no grouping so that the full list of items are returned in the report. Data is returned one page (default is 1000 rows) at a time. The XML that is returned contains the page number and total number of pages, as well as a link to the next page of data.

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

Optional query string parameters:

mode=all

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

Returns

This schema can be requested by adding an optional query string parameter 'metadata=schema'. See Requesting a report's schema.