Example of an HTTP request to get the current KAV SDK version

5 March 2024

ID 193007

The following example shows an HTTP request to get the current KAV SDK version:

GET /api/v3.0/version HTTP/1.0

The following example shows the corresponding response:

HTTP/1.0 200 OK

Connection: close

Content-Type: text/plain

Server: KAVHTTPD/1.0

X-KAV-ProtocolVersion: 3

Date: Wed, 30 Jan 2019 19:05:51 GMT

Content-Length: 36

 

{

"KAVSDKVersion": "8.8.2.58"

}

where KAVSDKVersion contains the current KAV SDK version in the following format: MajorVersion.MinorVersion.BuildNumber.Revision.

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.