You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

/api/reports/view/:id/table/data

This method returns table data in JSON format.

Resource Information

Parameters

Parameters

Detail

id

ID of the view. This ID is a part of the /api/reports/:id response.
Example: 123

filter

Filter applied to the table.
Example:

rowsFrom

Rows from.
Example:

rowsTo

Rows to.
Example:

columnsFrom

Columns from.
Example:

columnsTo

Columns to.
Example:

Sample request/response

Next steps

  • No labels