Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Costin Bleotu edited this page Aug 6, 2020 · 6 revisions

url

/tables/<slug>/

Table entries

tables/<slug>/entries/

Selecting fields to display

You can specify desired fields to retrieve from the API by adding fields GET param. E.g:
/tables/<slug>/entries/?fields=email,first_name,last_name

If you don't specify any field in the request the first 7 fields will be displayed (in alphabetical order)

Search

You can do a search in any table by specifying q GET param. E.g: /tables/<slug>/entries/?q=paul

This will perform a search on all active fields of that table

Clone this wiki locally