Login Configuration
GET {{base_url}}/LoginConfig
Use this endpoint to retrieve configuration settings during login, such as a list of available databases, a list of supported languages, Windows-related settings, and version information for your Vantagepoint application.
NOTE: You can omit the include query parameter. By default, this endpoint returns the list of available databases, whether or not you specify
?include=databases
in your request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include | string | Optional. |
The configuration settings that you want to include, namely:
- databases
- languages
- windows
- version
By default, this is automatically set to databases. You can also use an asterisk (*) to include all, in lieu of a comma-separated list (databases,languages,windows,version). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
{"Databases":["DVP30Dev (.)","WebApiTest (localhost)"],"Languages":[{"Culture":"en-US","Caption":"English (United States)"},{"Culture":"en-GB","Caption":"English (International)"},{"Culture":"fr-CA","Caption":"Français (Canada)"},{"Culture":"fr-FR","Caption":"Français (France)"},{"Culture":"es-ES","Caption":"Español (Internacional)"},{"Culture":"nl-NL","Caption":"Nederlands (Nederland)"},{"Culture":"de-DE","Caption":"Deutsch (Deutschland)"},{"Culture":"pt-BR","Caption":"Português (Brasil)"}],"WindowsAuthenticationEnabled":false,"WindowsUserName":"","SoftwareVersion":"3.0.7.1661","DisplaySoftwareVersion":"3.0.7"}