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 eachotherARRAYfalsenull
Filters (OR)Filter the list of data retrieved based on attributes with an OR relationship towards eachotherARRAYfalse
AttributesOnly fetch these attributes from your databaseARRAYfalse
Sort bySort the list of data retrievedARRAYfalse

Output

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