Hi Team,
How to get the no of days remaining for a ThingWorx License via some service?
Thanks in advance
Solved! Go to Solution.
Hi @mgoel ,
Have used "GetDaysRemainingInLicense" service to get my result and used PostJSON() for calling this service from one ThingWorx in another ThingWorx Env.
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
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.
Hi @mgoel ,
Have used "GetDaysRemainingInLicense" service to get my result and used PostJSON() for calling this service from one ThingWorx in another ThingWorx Env.