Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 1.46 KB

README.md

File metadata and controls

8 lines (4 loc) · 1.46 KB

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:

Listallows you to list and filer all the records for a given resourcelist.md
Newis responsible for creating a new record in a given resourcenew.md
Searchallows you to search records in a given resource by a query stringsearch.md
Showis responsible for showing the details of a recordshow.md
Editis responsible for editing record in a given resourceedit.md
Deleteis responsible for deleting single recordsdelete.md
Bulk Deleteis responsible for deleting multiple recordsbulk-delete.md