Skip to main content
1-Visitor
October 27, 2020
Solved

How to get the no of days remaining for a ThingWorx License?

  • October 27, 2020
  • 1 reply
  • 1801 views

Hi Team,

 

How to get the no of days remaining for a ThingWorx License via some service?

 

Thanks in advance

Best answer by ranjank

Hi @mgoel ,

 

Have used "GetDaysRemainingInLicense" service to get my result and used PostJSON() for calling this service from one ThingWorx in another ThingWorx Env.

1 reply

5-Regular Member
October 27, 2020

Hi @ranjank 

 

Thank you for opening this post on community.

 

You can go to subsystem>Licensing subsystem and run getCurrentLicenseInfo service to get the details. Do let me know in case of any question.

 

Regards,

Mohit

ranjank1-VisitorAuthor
1-Visitor
October 27, 2020

Hi @mgoel ,

 

Suppose I want to call this service of one ThingWorx from another ThingWorx , then how could I achieve it?

Any code snippet would be very much appreciated.