Overview
Deskree will automatically generate all the REST APIs for each table that you create, This automated process guarantees that REST APIs are created and ready for immediate use.
Last updated
Deskree will automatically generate all the REST APIs for each table that you create, This automated process guarantees that REST APIs are created and ready for immediate use.
Last updated
By utilizing the autogenerate endpoint, you gain the ability to perform the following actions:
Create a new entry object in the database
Get an object by its unique identifier (UID)
Get a list of objects with the flexibility to employ sorting, filtering, pagination, and other features
Update an object using its UID
Delete an object based on its UID
In the Deskree platform, you can find more detailed information about the autogenerate endpoints within the following sections:
The access to endpoints is determined by how you configure your permissions. By default, these endpoints are set to public, allowing anyone with the endpoints in hand to make requests without the need for an authorization header. For more details on permissions and how to customize them, please visit our section.
If an endpoint's permission is set to private, author, or custom roles, it requires an authorization header containing a Bearer token for access. To understand more about this security measure, we recommend exploring our section.