Skip to main content
1-Visitor
August 1, 2018
Solved

ThingWorx version using REST API

  • August 1, 2018
  • 1 reply
  • 3061 views

How can I find the version of ThingWorx using a REST API?

Best answer by supandey

@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

1 reply

5-Regular Member
August 1, 2018

Hi @JohanStrydom have you already tried with PlatformSubsystem Service GetPlatformStats it has ThingWorx Software Version as an output. Does that help?

1-Visitor
August 1, 2018

I have tried: http://<server>/Thingworx/Subsystems/PlatformSubsystem/GetPlatformStats/ in PostMan, but I just get 405, Method not allowed

supandey5-Regular MemberAnswer
5-Regular Member
August 1, 2018

@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