We have no plans for a web API to do this. Our upcoming new LimeLM interface will have more of a global search. But as far as the web API, you know what you're looking for and thus you should use the correct function.
Team,
I need a method, which gives the details about the given input(say EMAIL).It matches the Trial(and trial expired), Extended Trial(not expired) and have product key(valid), then the result is
{ input: <email> trial: {trial details}, // NA if not used extendedtrial: { extended trial details}, // NA if not used pkeys: {pkey details} // NA if not used}
By this way, we will get all the details at a time and you will get less number of Api hits to your server.
Kindly let me know if something similar to this exists with in your Web Api.
Thanks,Mallikarjuna.
We have no plans for a web API to do this. Our upcoming new LimeLM interface will have more of a global search. But as far as the web API, you know what you're looking for and thus you should use the correct function.