Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed translated content for 'zh'
Sv translation
languageen

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.


Sv translation
languageja

ビュー

リソース

URL

メソッド

概要

GET Chart

/api/reports/views/:id/chart

GET

チャートのメタデータを返します。(HTML5レンダラ用)

GET KPI View

/api/reports/views/:id/kpi

GET

データと特定のKPIビューのメタデータを返します。

GET Custom Content

/api/reports/views/:id/text

GET

カスタムコンテンツとそのメタデータを返します。

GET Table Bounds

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

GET

テーブルの境界を返します。

GET Table Left Header

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

GET

HTMLのフォームで左ヘッダーを返します。

GET Table Top Header

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

GET

HTMLフォームでトップのヘッダを返します。

GET Table Data

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

GET

HTMLフォーマットのテーブルデータを返します。

GET Table JSON

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

GET

JSONフォーマットでテーブル全体を返します。

GET Table Indicators/api/reports/views/:id/table/indicatorsGETテーブルインジケーターを返します。
GET Table Drill-down Configuration/api/reports/views/:id/table/drilldownConfigGETテーブルのドリルダウン構成を返します。

GET Conditional Formatting of Table Indicator

/api/reports/views/:id/table/indicators/:iid/conditionsGET選択されたテーブルインジケーターの条件付き書式を返します。

POST Create Conditional Formatting of Table Indicator

/api/reports/views/:id/table/indicators/:iid/conditions/createPOST選択したテーブルインジケーターの条件付き書式を作成します。

DELETE Conditional Formatting of Table Indicator

/api/reports/views/:id/table/indicators/:iid/conditions/:indexDELETE選択されたテーブルインジケーターの選択された条件付き書式を削除します。
GET Map/api/reports/views/:id/mapGETJSONフォーマットでマップをレンダリングするためのデータを返します。

GET View as Image

/api/reports/views/:id/image

GET

PNGフォーマットの画像としてビューを返します。

GET View as PDF

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

GET

PDFファイルとしてビュー(チャート、テーブルやマップ)を返します。

POST Edit Image View/api/reports/views/:id/imagePOST指定されたIDを持つビューで画像を編集します。