dhiraj_gophane
12 years agoLeader
Rest call to retrieve number of users visited in given time period
hi,
I was using the following REST api to retrieve number of users visited in given time period.
endpoint: http://<community-name>.stage.lithium.com/restapi/vc/users/visited?date_start=2013-06-29T00:00Z&date_end=2013-06-29T23:59Z
(you can change Date and Time)
It gives all the users who visited on that day.
But if any user logins after this time period then that user is not included in this list again when we do the same call.
Meaning, it only considers the last login of an user.
so does anyone have any other way to get the list of users who visited in particular time period??
- Dhiraj, I'm going to try replicating this, if that is how the call is working it sounds like a bug.