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 | Purpose | Response Format | Description |
---|---|---|---|
GET as of 2020 Autumn | getUserInfo - retrieves the user information by userId | JSON | This Request retrieves the user information of the requested user./user/{userId}/info |
GET as of 2020 Autumn | getResultListConfiguration - retrieves result list configuration | JSON | Returns a result list configuration by type . Inga - result list = hit list /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 name | JSON | This 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 user | JSON | This 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 user | JSON | This request retrieves the settings of the requested user in user matching the section name. Inga: verstehe ich nicht - Lesen der Konfigurationsdaten kann für den angemeldeten Benutzer und Sektion erfolgen /user/settings/{section} |
POST as of 2020 Autumn | saveSettings - saves user setting by section | Saves a settings for the user by a section. Speichern der Konfigurationsdaten für den angemeldeten Benutzer pro Sektion im JSON-Format /user/settings/{section} | |
GET as of 2020 Autumn | getUsers - retrieves user matching the search string | JSON | This Request retrieves all users matching the search string./user/users |
GET as of 2020 Autumn | whoAmI - retrieves current user's info | JSON | This request retrieves the user information of the current logged in user. Das Lesen von Benutzernamen und E-Mail etc. /user/whoami |