limelm.pkey.activity and limelm.pkey.getDetails

Good morning,

We seem to be having a few problems with these API calls.

#1: activity

method=limelm.pkey.activity&version_id=1437&start=2013-12-01+00%3a00%3a00&end=2013-12-11+00%3a00%3a00&created=true&revoked=false&activation=true&deactivation=true&api_key=whatever_it_should_be

or

method=limelm.pkey.activity&version_id=1437&start=2014-12-01&end=2015-01-30&created=true&revoked=true&activation=true&deactivation=true&api_key=whatever_it_should_be

That times out; I think we have data for those periods; I've tried a day or a month etc. plus with/without time and only once over the past 2 days got any response data. Is there something wrong with my request format?

#2: getDetails

That works fine; but only returns creation & activation dates; de-activations and revoke dates not there?

We were looking to get all four dates for our users - creation; activation/deactivations and revoke.

Thanks,

Michael Dye.

#1: activity

method=limelm.pkey.activity&version_id=1437&start=2013-12-01+00%3a00%3a00&end=2013-12-11+00%3a00%3a00&created=true&revoked=false&activation=true&deactivation=true&api_key=whatever_it_should_be

or

method=limelm.pkey.activity&version_id=1437&start=2014-12-01&end=2015-01-30&created=true&revoked=true&activation=true&deactivation=true&api_key=whatever_it_should_be

That times out; I think we have data for those periods; I've tried a day or a month etc. plus with/without time and only once over the past 2 days got any response data. Is there something wrong with my request format?

We've improved our database so those queries should now be speedy.

#2: getDetails

That works fine; but only returns creation & activation dates; de-activations and revoke dates not there?

We were looking to get all four dates for our users - creation; activation/deactivations and revoke.

Not currently. We're working on improving it.

Good DB optimisation 🙂 works like a treat now; we'll stick with grabbing all history for the moment now it's so speedy...

Thanks, Michael.