cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

ThingWorx version using REST API

JohanStrydom
11-Garnet

ThingWorx version using REST API

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

1 ACCEPTED SOLUTION

Accepted Solutions

@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

View solution in original post

5 REPLIES 5

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.

Glad it helped!
Top Tags