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

{
"bxuE6DNphN" : "John",
"h5FNAx9SwS" : "123",
"TqRVUkrIve" : "01.10.2019",
"BL1Es6r7lA" : "100"
}
  • No labels