Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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
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