Skip to main content
Skip table of contents

Checking for an update

The decktop client is used to check for updates and force an update if there is a major version change

GET/api/v1/checkupdate
Headers
Accept
application/json
X-Client
ios-cctv|android-cctv|thick-legal|web
X-UUID
unique device id
Response
200
Successful response
JSON
{"update_url":"https://vms.local/download","update_description":"","version_major":21,"version_minor":1,"version_rev":1,"version_build":14}
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/checkupdate' \
--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.