GetAppUserSettings

Description Returns with the user application settings from the database.
Method Type POST
URL api/app/user-settings
Parameters
Name Type Description
Config String Session Configuration ID
Response Type JSON (JsonResult)
Return values

{

appsettings (Administration Class)

appUserSettings (UserSettings Class)

}

Programming notes

The Password and SMTPPassword members are cleared before returning the JSON Array for security reasons.

Example

None

Requirements