Overview
For each table in the database, Deskree automatically generates the API layer that can be accessed via:
With any of those resources, you can:
- Create a new database entry
- Get an object by UID
- Get a list of all objects with sorting, filtering, and other tools
- Update an object
- Delete an object
There are 2 best ways to access the REST API documentation for your project's database:
The endpoints' access is determined by how you set your permissions. By default, these endpoints are public, meaning that anyone with the endpoints in hand is allowed to make requests without any authorization header. To know more about permissions and how you can edit them, go to our Permissions section.
One must provide an authorization header containing a Bearer token to access endpoints that have their permission set to private, author, or custom roles. To learn more about this security measure, visit our Authorization section.
There are certain rules in dealing with some tables and columns. To learn more about those, visit:
Last modified 4mo ago