Views

Resource

URL

Method

Overview

GET Chart

/api/reports/views/:id/chart

GET

This method returns chart metadata (for HTML5 renderer).

GET KPI View

/api/reports/views/:id/kpi

GET

 This method returns data and metadata of specified KPI view.

GET Custom Content

/api/reports/views/:id/text

GET

This method returns custom content and its metadata.

GET Table Bounds

/api/reports/views/:id/table/bounds

GET

This method returns bounds of the table.

GET Table Left Header

/api/reports/views/:id/table/leftHeader

GET

This method returns left header in form of HTML.

GET Table Top Header

/api/reports/views/:id/table/topHeader

GET

This method returns top header in form of HTML.

GET Table Data

/api/reports/views/:id/table/data

GET

This method returns table data in HTML format.

GET Table JSON

/api/reports/views/:id/table/json

GET

This method returns entire table in JSON format.

GET Table Indicators /api/reports/views/:id/table/indicatorsGETThis method returns table indicators.
GET Table Drill-down Configuration /api/reports/views/:id/table/drilldownConfigGETThis method returns the drill-down configuration of the table.

GET Conditional Formatting of Table Indicator

/api/reports/views/:id/table/indicators/:iid/conditionsGETThis method returns the conditional formatting of a selected table indicator.

POST Create Conditional Formatting of Table Indicator

/api/reports/views/:id/table/indicators/:iid/conditions/createPOSTThis method creates a conditional formatting for a selected table indicator.

DELETE Conditional Formatting of Table Indicator

/api/reports/views/:id/table/indicators/:iid/conditions/:indexDELETEThis method deletes selected conditional formatting for a selected table indicator.
GET Map /api/reports/views/:id/mapGETThis method returns data for rendering a map in JSON format.

GET View as Image

/api/reports/views/:id/image

GET

This method returns view as image in PNG format.

GET View as PDF

/api/reports/views/:id/export/pdf

GET

This method returns view (chart, table or map) as PDF file.

POST Edit Image View/api/reports/views/:id/imagePOSTThis method edits image in the view with the specified ID.
  • No labels