Skip to content

API Documentation

For each entity, the API provides a named controller, thus all requests are grouped by entity. The API follows the RESTful API design principles.

Available Modules are:

  • project - Handles the authentication and authorization.
  • access - Handles access control.
  • user - Handles the user related requests.
  • auth - Handles the authentication and authorization.
  • mission - Handles the mission related requests.
  • tag - Shared for Metadata
  • file - Handles the file related requests.
  • topic - Handles the topic related requests.
  • action - Handles the action related requests.
  • queue - Handles the queue related requests.
  • category - Handles the category related requests.

Released under the MIT License.