Skip to main content

REST routes overview

This page gives you the list of all REST routes with their short description and links to pages with more details.
Before you dive into each route description, it's recommended to read about Working with Server.


For quick navigation you can use either the tabs below or the side menu:

  • The side menu shows routes grouped by HTTP methods
  • To quickly find which routes to use for which operations, use the tabs below

Use the next routes to perform operations on cards:

HTTP methodRouteDescription
GET /cardsGets data on all cards and returns a json object with an array of cards objects
POST /cardsCreates a new card and returns a json object with a new card ID
PUT /cardsUpdates data on a specified card and returns an empty json object
PUT /cards/id/moveMoves cards to a specified position
DELETE /cardsDeletes data on a card