(create object-id name data-type)
Create an open-data object.
object-id
is the numeric id of the object which can be an xform or a
dataview.
name
is the name of the open-data object. It's advisable to use either
the id_string or title for an xform or title for a dataview.
data-type
is class name in onadata and should either be
'xform' or 'dataview'.
Create an open-data object. `object-id` is the numeric id of the object which can be an xform or a dataview. `name` is the name of the open-data object. It's advisable to use either the id_string or title for an xform or title for a dataview. `data-type` is class name in onadata and should either be 'xform' or 'dataview'.
(get-open-data-object uuid)
Get an open-data object.
Get an open-data object.
(get-open-data-uuid object-id data-type)
Get uuid of an open-data object.
Get uuid of an open-data object.
(update object-id data-type uuid)
Updates an open-data object.
Updates an open-data object.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close