...
Excerpt |
---|
Endpoints of the Web-API gateway for user settings management, accessible for any authenticated user. |
>> >> API-WEB Service
The endpoints are used by the CLIENT Service that provides yuuvis® client as reference implementation. They internally call the the USERSERVICE.
HTTP Method as of product version | Purpose | Response Format | Description |
---|---|---|---|
GET as of 2020 Autumn, |
deprecateted as of 2023 Spring | getUserInfo | JSON |
/api-web/api/users/{userId} | ||||||||
GET as of 2020 Autumn | getResultListConfiguration |
JSON |
/api-web/api/users/config/result/{type} | |||||||||
POST as of 2020 Autumn | saveResultListConfiguration |
HTTP status code |
/api-web/api/users/config/result/{type} | |||||||||
GET |
deprecateted as of 2021 Winter | getGlobalSettings | JSON |
/api-web/api/users/globalsettings/{section} | ||||||||
POST as of 2020 Autumn, deprecateted as of 2021 Winter | saveGlobalSettings |
HTTP status code |
/api-web/api/users/globalsettings/{section} | |||||||||
GET as of 2020 Autumn | getGeneralSettings |
JSON |
/api-web/api/users/settings | |||||||||
POST as of 2020 Autumn | saveGeneralSettings |
HTTP status code |
/api-web/api/users/settings | |||||||||
GET as of 2020 Autumn | getSettings |
JSON |
/api-web/api/users/settings/{section} | |||||||||
POST as of 2020 Autumn | saveSettings |
HTTP status code |
/api-web/api/users/settings/{section} | |||||||||
GET as of 2020 Autumn, deprecateted as of 2023 Spring | getUsers |
JSON |
/api-web/api/users/users | |||||||||
GET as of 2020 Autumn, deprecateted as of 2023 Spring | whoAmI |
JSON |
/api-web/api/users/whoami |