Skip to main content
Skip table of contents

Get the latest version

The web client is used to download the latest version of the decktop client

GET/api/v1/thick-clients/last-version
Headers
Accept
application/json
X-Client
ios-cctv|android-cctv|thick-legal|web
X-UUID
unique device id
Response
200
Successful response
JSON
{"id":15,"name":"Decktop client v21.1.1.14","description":"v21.1.1.14","url":"https://vms.local/storage/VMSSetup-v21.1.1.14.exe","major_version":21,"minor_version":1,"revision_version":1,"build_version":14,"is_published":1,"created_at":"2021-03-29 12:48:35"}
429
The number of attempts has exceeded the limit
JSON
There is a restriction of 10 requests per 5 minutes
404
An error will occur if there is no downloaded and published version available
Example
JSON
curl -k --location --request GET 'https://vms.local/api/v1/thick-clients/last-version' \
--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.