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 get down to 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 events:

HTTP methodRouteDescription
GET /eventsGets data on all events and returns a json object with an array of events objects
POST /eventsCreates a new event and returns a json object with the event ID in it
PUT /eventsUpdates data on an event
DELETE /eventsDeletes data on an event