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
Delete
is responsible for deleting single records
Bulk Delete
is responsible for deleting multiple records
Last updated