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 4 Next »

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 USERSERVICE.

HTTP Method
as of product version
PurposeResponse FormatDescription
GET
as of 2020 Autumn
getUserInfo - retrieves the user information by userIdJSON

Retrieves user-specific data for the user specified by userId.

/api-web/api/users/{userId}

GET
as of 2020 Autumn
getResultListConfiguration - retrieves result list configurationJSON

Returns a result list configuration by type.

/api-web/api/users/config/result/{type}

POST
as of 2020 Autumn
saveResultListConfiguration - saves a result list configuration for a userHTTP status code

Saves a result list configuration for the user by type.

/api-web/api/users/config/result/{type}

GET
as of 2020 Autumn
getGlobalSettings - retrieves the global settings by section nameJSON

This request retrieves the global settings with the section name.

/api-web/api/users/globalsettings/{section}

POST
as of 2020 Autumn
saveGlobalSettings - saves global setting for a sectionHTTP status code

Saves a global settings by a section.

/api-web/api/users/globalsettings/{section}

GET
as of 2020 Autumn
getGeneralSettings - retrieves the general settings of the userJSON

This request retrieves the general settings of the requested user.

/api-web/api/users/settings

POST
as of 2020 Autumn
saveGeneralSettings - saves the general setting for the userHTTP status code

Saves a general settings for the user.

/api-web/api/users/settings

GET
as of 2020 Autumn
getSettings - retrieves the settings of requested userJSON

This request retrieves the settings of the requested user in user matching the section name.

/api-web/api/users/settings/{section}

POST
as of 2020 Autumn
saveSettings - saves user setting by sectionHTTP status code

Saves a settings for the user by a section.

/api-web/api/users/settings/{section}

GET
as of 2020 Autumn
getUsers - retrieves user matching the search stringJSON

Retrieves a list of all users. The result list can be filtered by applying conditions that have to be matched.

/api-web/api/users/users

GET
as of 2020 Autumn
whoAmI - retrieves current user's infoJSON

This request retrieves the user information of the current logged in user.

/api-web/api/users/whoami

  • No labels