GetAppSettings

Description Returns with the application settings from appsettings.json.
Method Type POST
URL api/app/app-settings
Parameters
Response Type JSON (JsonResult)
Return values

{

appsettings (Administration Class)

}

Programming notes

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

Example

None

Requirements