For the complete documentation index, see llms.txt. This page is also available as Markdown.
API
There are seven default actions defined for each resource. Each of that actions has an automatically generated REST API endpoint (i.e. /api/resources/{resourceId}/actions/{action})
Available actions are:
List
allows you to list and filer all the records for a given resource
New
is responsible for creating a new record in a given resource
Search
allows you to search records in a given resource by a query string
Show
is responsible for showing the details of a record
Edit
is responsible for editing record in a given resource