Startup Assets

Get

GET /api/.../startupassets

Return a list of licensed languages, language translations and other assets required at startup when then user is unknown.

Note: Authentication is not required.

Request Information

Parameters
None.

Response Information

Example
application/json, text/json
{
    "OrganizationID": 1,
    "CurrentLanguageID": 1033,
    "DefaultLanguageID": 1033,
    "ServerUTCOffset": "-05:00",
    "LicensedLanguages": [
        {
            "LanguageID": 1,
            "LanguageDesc": "English",
            "NcipValue": "eng",
            "AdminLanguageID": 1033,
            "DisplayDesc": "English"
        },
        {
            "LanguageID": 4,
            "LanguageDesc": "French",
            "NcipValue": "fre",
            "AdminLanguageID": 3084,
            "DisplayDesc": "Français"
        }
    ],
    "Translations": [
        {
            "Mnemonic": "SW_CI_DMNUSR",
            "Value": "Domain\\Username"
        },
        {
            "Mnemonic": "SW_CI_PSWD",
            "Value": "Password"
        },
        {
            "Mnemonic": "SW_CI_SIGNIN",
            "Value": "Sign In"
        },
        {
            "Mnemonic": "SW_CI_USRNMFMT",
            "Value": "username@domain.com or domain\\username"
        },
        {
            "Mnemonic": "SW_COPYRIGHT",
            "Value": "© {0} Innovative Interfaces Inc.  All rights reserved."
        },
        {
            "Mnemonic": "SW_USERNAME_REQUIRED",
            "Value": "Username is required."
        },
        {
            "Mnemonic": "SW_PASSWORD_REQUIRED",
            "Value": "Password is required."
        },
        {
            "Mnemonic": "SW_LEAP_ACCESS_DENIED",
            "Value": "You do not have the permission, Access Leap: Allow. Contact your system administrator for assistance."
        },
        {
            "Mnemonic": "SW_LEAP_REMOTE_ACCESS_DENIED",
            "Value": "You do not have the permission, Access Leap remotely: Allow. Contact your system administrator for assistance."
        },
        {
            "Mnemonic": "SW_LOGIN_INVALID",
            "Value": "Invalid Login, try again!"
        },
        {
            "Mnemonic": "SW_CI_WEB_LOGIN_TITLE",
            "Value": "Polaris Leap - Login"
        }
    ]
}

HTTP Response Codes

Code Description
200 OK. Success