Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
How can I find the version of ThingWorx using a REST API?
Solved! Go to Solution.
@JohanStrydom it should work with POST, appKey, ContentType : application/json
Also, you need to use the "/Services" like so http://<Servername>:<Port>/Thingworx/Subsystems/PlatformSubsystem/Services/GetPlatformStats
I don't see that in your URL pattern
Hi @JohanStrydom have you already tried with PlatformSubsystem Service GetPlatformStats it has ThingWorx Software Version as an output. Does that help?
I have tried: http://<server>/Thingworx/Subsystems/PlatformSubsystem/GetPlatformStats/ in PostMan, but I just get 405, Method not allowed
@JohanStrydom it should work with POST, appKey, ContentType : application/json
Also, you need to use the "/Services" like so http://<Servername>:<Port>/Thingworx/Subsystems/PlatformSubsystem/Services/GetPlatformStats
I don't see that in your URL pattern
Thank you very much, this works perfect.