Join our community
Search…
⌃K
Links
AdminJS
Installation
Getting started
Plugins
Adapters
Troubleshooting
Basics
Resource
Action
Property
Features
API
List
New
Search
Show
Edit
Delete
Bulk Delete
UI Customization
Writing your own Components
Overwriting CSS styles
Dashboard customization
Changing the form view
Tutorials
Role-Based Access Control
Internationalization (i18n)
Content Management System
Custom components library
FAQ
PDF Generator
Charts
Forgot Password
☁
Deployment
Overview
Create an Application
Generate API Key & Secret
Deploying the application using CLI
Editing environment variables
⚠
Legacy documentation
Powered By GitBook

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
​
​
Previous
Writing your own features
Next
List
Last modified 1mo ago
Copy link