You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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:

{
  "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.
  • No labels