Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen
MethodEndpointDescription
GET/bi/dataSet/api:detail/DATASET_IDLoads the detail of data set.
GET/bi/dataSet/api:formDetail/FORM_IDLoads the detail of data collection form.
GET/bi/dataSet/api:data/DATASET_ID?offset=20Loads the data from data set. Data contains 20 rows. Default offset is 0.
GET/bi/dataSet/api:updateDataRow/DATASET_ID?dataRow=JSON

Updates existing or inserts new rows in data set. JSON is in format:

Code Block
{
  "id": 1234,  // (Optional) ID of the data row. If not present, new data row will be inserted.
  "L_*": "My Attribute Value",    // Attribute value
  "M_*": 1234.5678                // Indicator value
}
GET/POST

/bi/dataset/api:clearcache/DATASET_ID

Deletes data set cache.
Sv translation
languageja


方法メソッドエンドポイント説明
GET/bi/dataSet/api:detail/DATASET_IDデータセットの詳細をロードします。
GET/bi/dataSet/api:formDetail/FORM_ID指定された絶対パスからファイルを返却しますデータ収集フォームの詳細をロードします。
GET/bi/dataSet/api:data/DATASET_ID?offset=201つのPDFファイルにPDFファイルをマージします。(""で区切って指定した絶対パスで指定された)

データセットからデータをロードします。データには20行が含まれています。デフォルトのオフセットは0です。

GET/bi/dataSet/api:updateDataRow/DATASET_ID?dataRow=JSON

既存の行を更新するか、データセットに新しい行を挿入します。 JSONの形式は次の通りです:

Code Block
{
  "id": 1234,  // (Optional) ID of the data row. If not present, new data row will be inserted.
  "L_*": "My Attribute Value",    // Attribute value
  "M_*": 1234.5678                // Indicator value
}


GET/POST

/bi/dataset/api:clearcache/DATASET_ID

データセットキャッシュを削除します。