Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Tilmann Bach edited this page Apr 10, 2016 · 7 revisions

API paths for the restful interface

Debug

GET /hello

writes a debug message into the server console returns a debug json { "hello": "world" }

Modules

GET /getmodules

returns all registered modules

GET /findmodules

lets the backend search for (new) modules returns /getmodules

GET /modules/:module/execute

registers subroutes of :module

Settings

GET /settings

returns all settings of core and all available modules

GET /settings/:module

returns all settings of a specific module

POST /settings/:module/:key

requires a value to set for a scpecifiy setting of a module returns status of Action {"status": status} status is one of

  • MODULE_ERROR
  • KEY_ERROR
  • VALUE_CONTENT_ERROR
  • VALUE_TYPE_ERROR
  • OK

Clone this wiki locally