Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed translated content for 'zh'
Sv translation
languageen
MethodEndpointDescription
GET/bi/dataset/importform/api:listLoads the list of data collecting forms
GET/bi/dataset/importform/api:detail/FORM_IDLoads the detail of data collection form.
POST

/bi/dataset/importform/api:data/FORM_ID?data=

{...}

Posts the data to the data collecting forms

Form contents to submit in JSON format. For each field, the key is the ID of the form element to save as the given value.

Example

Code Block
languagejs
{
"bxuE6DNphN" : "John",
"h5FNAx9SwS" : "123",
"TqRVUkrIve" : "01.10.2019",
"BL1Es6r7lA" : "100"
}
Sv translation
languageja


メソッドエンドポイント説明
GET/bi/dataset/importform/api:list

データ収集フォームのリストをロードします。

GET/bi/dataset/importform/api:detail/FORM_IDデータ収集フォームの詳細をロードします。
POST

/bi/dataset/importform/api:data/FORM_ID?data=

{...}

データ収集フォームにデータを投稿します。

JSON形式で送信するフォームの内容。各フィールドのキーは、指定された値として保存するフォーム要素のIDです。

Code Block
languagejs
{
"bxuE6DNphN" : "John",
"h5FNAx9SwS" : "123",
"TqRVUkrIve" : "01.10.2019",
"BL1Es6r7lA" : "100"
}