I'm trying to get a list of results via API based on date and have tried:
/tool/user-manager/session/print
?>from-time=jan/01/2011 (the format it replies)
/tool/user-manager/session/print
?>from-time=2011/01/01
But each time I get all sessions in the list.
What to do here?
If I could also get eg. the first 100, then issue another command to get next 100, etc. as there are to many to load with one command.