Skip to main content
Skip table of contents

Localized configurations. VMS Client API

Request to download the client, which is executed after, see Main configurations

GET/api/v1/static/localized
Headers
Authorization
Bearer token
Accept
application/json
X-Client
ios-cctv|android-cctv|thick-legal|web
X-UUID
unique device id
Response
200
Localized settings
JSON
{
    "notification": {
        "text": "Some notification",
        "is_force": true
    },
    "logos": [
        {
            "id": 1,
            "type": "login",
            "title": "Authorization page",
            "description": "Product logo on the authorization page of the web client and administrator",
            "url": "http://127.0.0.1:8080/storage/logos/en/login.png",
            "version": 1
        },
        {
            "id": 2,
            "type": "download_logo",
            "title": "Client profile logo",
            "description": "The product logo is displayed on the page when you open the "about" section",
            "url": "http://127.0.0.1:8080/storage/logos/en/download_logo.png",
            "version": 1
        },
        {
            "id": 3,
            "type": "download_image",
            "title": "Client profile picture",
            "description": "The product logo is displayed on the page when you open the "about" section",
            "url": "http://127.0.0.1:8080/storage/images/en/download_image.png",
            "version": 1
        },
        {
            "id": 12,
            "type": "background_auth_client",
            "title": "Client authorization background image",
            "description": "The image is located on the client authorization page",
            "url": "http://127.0.0.1:8080/storage/images/background_auth_client.png",
            "version": 1
        },
        {
            "id": 14,
            "type": "android_chrome_192x192_client",
            "title": "android-chrome-192x192.png client",
            "description": "For Android Chrome M39+ with screen density 4.0",
            "url": "http://127.0.0.1:8080/storage/favicons/client/android-chrome-192x192.png",
            "version": 1
        },
        {
            "id": 16,
            "type": "android_chrome_512x512_client",
            "title": "android-chrome-512x512.png client",
            "description": "For Android Chrome M47+ Splash Screen with Screen Density 4.0",
            "url": "http://127.0.0.1:8080/storage/favicons/client/android-chrome-512x512.png",
            "version": 1
        },
        {
            "id": 18,
            "type": "apple_touch_icon_client",
            "title": "apple-touch-icon.png client",
            "description": "For iPhone and iPad icons on the home screen",
            "url": "http://127.0.0.1:8080/storage/favicons/client/apple-touch-icon.png",
            "version": 1
        },
        {
            "id": 20,
            "type": "favicon_16x16_client",
            "title": "favicon-16x16.png cilent",
            "description": "For desktop browsers, the classic favicon displayed in tabs",
            "url": "http://127.0.0.1:8080/storage/favicons/client/favicon-16x16.png",
            "version": 1
        },
        {
            "id": 22,
            "type": "favicon_32x32_client",
            "title": "favicon-32x32.png client",
            "description": "For desktop browsers, the classic favicon displayed in tabs",
            "url": "http://127.0.0.1:8080/storage/favicons/client/favicon-32x32.png",
            "version": 1
        },
        {
            "id": 24,
            "type": "favicon_client",
            "title": "favicon.ico client",
            "description": "For desktop browsers, the classic favicon displayed in tabs",
            "url": "http://127.0.0.1:8080/storage/favicons/client/favicon.ico",
            "version": 1
        },
        {
            "id": 26,
            "type": "mstile_150x150_client",
            "title": "mstile-150x150.png client",
            "description": "For Windows 8/Internet Explorer 11",
            "url": "http://127.0.0.1:8080/storage/favicons/client/mstile-150x150.png",
            "version": 1
        },
        {
            "id": 28,
            "type": "safari_pinned_tab_client",
            "title": "safari-pinned-tab.svg client",
            "description": "For bookmarks in the Safari browser in iOS for the web client",
            "url": "http://127.0.0.1:8080/storage/favicons/client/safari-pinned-tab.svg",
            "version": 1
        }
    ]
}
Example
JSON
curl -k --location --request GET 'https://vms.local/api/v1/static/localized' \
--header 'Authorization:Bearer token' \
--header 'Accept:application/json' \
--header 'X-Client:ios-cctv|android-cctv|thick-legal|web' \
--header 'X-UUID:unique device id'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.