Displaying Activation date and number of deactivations for a product key

In the Dashboard on the LimeLM site, it displays the date activated as well as the number of deactivations a product key has had. Is there a way to grab this info via the API to display in my application? I see there are things like isDateValid but I don't see anything that returns the date and deactivation times that I could then display to the user in my application. Any guidance would be appreciated.

Is there a way to grab this info via the API to display in my application?

Not easily, no. These are "ever changing" values and anything that TurboActivate would have would be immediately outdated.

You could, however, make a call to a script on your website from your app. The call would pass the customer's product key. And the script would use the web API (including http://wyday.com/limelm/help/api/limelm.pkey.getDetails/) to get the current details of a product key.

Does that make sense?

Thanks Sam for the fast response. Yes, that makes sense. That should work for us. Thanks!