Ask AI
Skip to main content

Fetch a list of data records

Get a list (paged) of data from the built-in database. Filter according to your needs, determine the amount of items & the sorting of the data.

Input parameters

NameDescriptionTypeRequiredDefault value
Data formatThe data format to fetch data forDATA_FORMATtrue
PageThe number of the page to fetch. Starts counting from 0.Numbertrue0
Amount per pageThe maximum amount of results per page.Numbertrue10
FiltersFilter the list of data retrieved based on attributes with an AND relationship towards eachotherListfalsenull
Filters (OR)Filter the list of data retrieved based on attributes with an OR relationship towards eachotherListfalse
AttributesOnly fetch these attributes from your databaseListfalse
Sort bySort the list of data retrievedListfalse

Output

NameDescriptionTypeDefault value
Found data pageThe name of the variable containing the page of found data.PAGEFOUND_DATA