How to get RTC/EWM server version without installing client
Is there a way to get to get an RTC / EWM server version without installing an RTC / EWM client, for example via a REST request. My use case is that the user gives an RTC / EWM server URL to a script and the script needs to determine server version in order to use a compatible RTC / EWM CLI (scm) client.
Accepted answer
I googled https://www.google.com/search?q=api+get+server+version+site%3Ajazz.net and found https://jazz.net/forum/questions/160764/how-to-get-exact-version-of-rqm-using-rest-api
The answer works for me
GET https://elm.example.com:9443/ccm/application-about returns an XML that contains the server version. I used Postman, not logged in no additional headers.