Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! 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.