Skip to main content

REST routes overview

This page provides a complete list of all REST routes, along with brief descriptions and links to detailed documentation.
Before exploring the details of each route, it's a good idea to review Working with Server.


For easy navigation, you can use the tabs below or the side menu:

  • The side menu groups routes by HTTP methods
  • The tabs below help quickly identify which routes correspond to specific operations

These routes handle operations related to cards:

HTTP methodRouteDescription
GET /cardsRetrieves data for all cards and returns a JSON object containing an array of card objects
POST /cardsCreates a new card and returns a JSON object with the ID of the new card
PUT /cardsUpdates the data of a specified card and returns an empty JSON object
PUT /cards/id/moveMoves cards to a specified position
DELETE /cardsDeletes the specified card data