Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The higher-level API of the Web-API Gateway on top of the core, as it is useful for client application developers.


HTTP Method
as of product version
PurposeResponse FormatDescription
GET
as of 2020 Autumn
getUserInfo - retrieves the user information by userIdJSONThis Request retrieves the user information of the requested user.
/user/{userId}/info
GET
as of 2020 Autumn
getResultListConfiguration - retrieves result list configurationJSONReturns a result list configuration by type. (question) Inga - result list = hit list (question)
/user/config/result/{type}
POST
as of 2020 Autumn
saveResultListConfiguration - saves a result list configuration for a user
Saves a result list configuration for the user by type.
/user/config/result/{type}
GET
as of 2020 Autumn
getGlobalSettings - retrieves the global settings by section nameJSONThis request retrieves the global settings with the section name.
/user/globalsettings/{section}
POST
as of 2020 Autumn
saveGlobalSettings - saves global setting for a section
Saves a global settings by a section.
/user/globalsettings/{section}
GET
as of 2020 Autumn
getGeneralSettings - retrieves the general settings of the userJSONThis request retrieves the general settings of the requested user.
/user/settings
POST
as of 2020 Autumn
saveGeneralSettings - saves the general setting for the user
Saves a general settings for the user.
/user/settings
GET
as of 2020 Autumn
getSettings - retrieves the settings of requested userJSONThis request retrieves the settings of the requested user in user matching the section name. (question) Inga: verstehe ich nicht - Lesen der Konfigurationsdaten kann für den angemeldeten Benutzer und Sektion erfolgen (question)
/user/settings/{section}
POST
as of 2020 Autumn
saveSettings - saves user setting by section
Saves a settings for the user by a section. (question) Speichern der Konfigurationsdaten für den angemeldeten Benutzer pro Sektion im JSON-Format (question)
/user/settings/{section}
GET
as of 2020 Autumn
getUsers - retrieves user matching the search stringJSONThis Request retrieves all users matching the search string.
/user/users
GET
as of 2020 Autumn
whoAmI - retrieves current user's infoJSONThis request retrieves the user information of the current logged in user. (question) Das Lesen von Benutzernamen und E-Mail etc.  (question)
/user/whoami
  • No labels