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.

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

API Documentation

In the Deskree platform, you can find more detailed information about the autogenerate endpoints within the following sections:

Permissions and Authorization

Last updated