...
The endpoints are used by the CLIENT Service that provides yuuvis® client as reference implementation. They internally call the USERSERVICE.
HTTP Method as of product version | Purpose | Response Format | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GET as of 2020 Autumn | 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 | 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 | getUsers | JSON |
/api-web/api/users/users | ||||||||
GET as of 2020 Autumn | whoAmI | JSON |
/api-web/api/users/whoami |