Skip to content

Data API

Block name
Block rendering

Saves object in a table in the database.
data-save-object

Saves object tree in the database
deep-save-block
For more information and examples see the REST API documentation.
Deletes object from the database.
data-delete-object

Returns the first or the last object from the database.
data-get-first-last-object

Returns table schema.
data-get-table-schema

Returns objects from the database table.
data-get-table-objects
The objects are returned using paging - up to the number specified in the page size parameter per page.
Returns the total number of objects in the table or the number of objects matching the where clause condition.
data-get-object-count

Sets related objects for a relation column in the parent object.
data-set-object-relations

Adds related objects to a relation column in the parent object.
data-add-object-relations

Deletes related objects for a relation column in the parent object.
data-delete-related

Returns related objects for a relation column in the parent's object.
data-load-relations