Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

Data sets

Resource

URL

Method

Overview

GET Data Sets

/api/dataSets

GET

Lists all data sets available to the user.

GET Data Set Detail

/api/dataSets/:id

GET

Shows detailed information about the data set with the specified ID.

GET Attribute Values

/api/dataSets/:id/attributes/:code/values

GETLists attribute values by given data set ID and attribute code.
POST Attribute Value Image

/api/dataSets/:id/attributes/:code/:value/image

POSTEdits image in appearance settings for given data set ID, attribute code and attribute value.

GET Data Sources

/api/dataSets/:id/dataSources

GET

Lists all data sources related to the data set with the specified ID.

GET Data Source Executions

/api/dataSets/dataSources/:id/executions

GET

Lists all data source executions specified by data source ID.

POST Schedule Execution

/api/dataSets/dataSources/:id/schedule

POST

Schedule execution for data source specified by ID.

GET Data Set Data/api/dataSets/:id/dataGETRetrieves data set data for desired data set specified by ID.
POST Data Set Data/api/dataSets/:id/dataPOSTUpdates existing row or inserts new row in data set specified by ID.
GET Custom Members/api/dataSets/:id/attributes/:code/customMembersGETLists custom members for the given data set ID and attribute code.
GET Custom Member Detail/api/dataSets/:id/attributes/:code/customMembers/:cmidGETShows detailed information about the custom members with the specified ID.
POST Create Custom Member/api/dataSets/:id/attributes/:code/customMembers/createPOSTCreate a new custom member for given data set ID and attribute code.
POST Edit Custom Member/api/dataSets/:id/attributes/:code/customMembers/:cmidPOSTEdits an existing custom member for given data set ID and attribute code.

DELETE Custom Member

/api/dataSets/:id/attributes/:code/customMembers/:cmidDELETEDeletes custom member with the specified ID.

POST Validate Custom Member Formula

/api/dataSets/formula/validatePOSTValidates the formula of a custom member.
GET Subsets/api/dataSets/:id/attributes/:code/subsetsGETLists subsets for the given data set ID and attribute code.
GET Subset Detail/api/dataSets/:id/attributes/:code/subsets/:sidGETReturns detailed information about the subset for the given data set ID and attribute code.

POST Create Subset

/api/dataSets/:id/attributes/:code/subsets/createPOSTCreate a new subset for given data set ID and attribute code.

DELETE Subset

/api/dataSets/:id/attributes/:code/subsets/:sidDELETEDeletes the subset with the specified ID.
GET Subset Value/api/dataSets/:id/attributes/:code/subsets/:sid/value/:svidGETReturns detailed information about the selected subset value for the given data set ID, attribute code and subset ID.

POST Add Subset Value

/api/dataSets/:id/attributes/:code/subsets/:sid/addValuePOSTAdds a new subset value for given data set ID, attribute code and subset.

POST Edit Subset Value

/api/dataSets/:id/attributes/:code/subsets/:sid/value/:svidPOSTEdits the subset value for given data set ID, attribute code and subset.
DELETE Subset Value/api/dataSets/:id/attributes/:code/subsets/:sid/value/:svidDELETEDeletes the subset value for given data set ID, attribute code and subset.

POST Move Subset Value Up

/api/dataSets/:id/attributes/:code/subsets/:sid/value/:svid/moveUpPOSTChanges the order of values in the subset. Moves the subset value up one level for given data set ID, attribute code and subset.
POST Move Subset Value Down/api/dataSets/:id/attributes/:code/subsets/:sid/value/:svid/moveDownPOSTChanges the order of values in the subset. Moves the subset value down one level for given data set ID, attribute code and subset.


Sv translation
languageja

データセット

リソース

URL

方法

概要

GET Data Sets

/api/dataSets

GET

ユーザにすべての利用可能なデータセットをリストします

GET Data Set Detail

/api/dataSets/:id

GET

指定されたIDを使用して設定データの詳細情報を表示します。

GET Attribute Values

/api/dataSets/:id/attributes/:code/values

GET指定されたデータID及び属性コードによる属性値をリストします。
POST Attribute Value Image

/api/dataSets/:id/attributes/:code/:value/image

POST指定されたデータセットID、属性コード、属性値の外観設定で画像を編集します。

GET Data Sources

/api/dataSets/:id/dataSources

GET

指定されたIDを使用して設定データに関するすべてのデータソースをリストします。

GET Data Source Executions

/api/dataSets/dataSources/:id/executions

GET

IDによって指定されたすべてのデータソースの実行データソースをリストします。

POST Schedule Execution

/api/dataSets/dataSources/:id/schedule

POST

指定されたデータソースのスケジュール実行