Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Configuration Service section

...

Old URL

New URL

Comment

GET /auth/allentitlements

GET /entitlements

Returns a list of all known entitlements.

GET /auth/entitlements

GET /entitlements/own

Returns a list of entitlements assigned to the authenticated user.

Configuration Service

Old URL

New URL

Comment

POST /configuration/create

POST /configuration/

Creates a new Configuration.

GET /configuration/delete/{key}

DELETE /configuration/{key}

Deletes configuration with matching key.

GET /configuration/list

GET /configuration

Returns a list of all configuration elements.

GET /configuration/read/{key}

GET /configuration/{key}

Returns configuration element with matching key.

POST /configuration/update

PUT /configuration/{key}

Overwrites configuration element with matching key.

GET /configuration/validators

GET /configuration/validators

Returns a list of known validators.

GET /configuration/mailTemplates

GET /configuration/mailTemplates

Returns a list of known mail-templates.

GET /configuration/dbexport

GET /configuration (HTTP Header "Accept: application/octet-stream")

Returns configuration as an downloadable content.xml database export file.