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 | list.md | |
| New | is responsible for creating a new record in a given resource | new.md | |
| Search | allows you to search records in a given resource by a query string | search.md | |
| Show | is responsible for showing the details of a record | show.md | |
| Edit | is responsible for editing record in a given resource | edit.md | |
| Delete | is responsible for deleting single records | delete.md | |
| Bulk Delete | is responsible for deleting multiple records | bulk-delete.md |