Forum Discussion
4 Replies
- premkumar12 years agoAdvisor
Hi Mayank,
Yes by default Lithium returns only 25 users. You can use the page_size argument ( e.g: page_size=500) to specify the count.
You can get the number of user by the call: /restapi/vc/users/count
Also you can use the "page" argument to get the different results.
e.g:
http://community.abc.com/restapi/vc/users?page_size=500&page=1
http://community.abc.com/restapi/vc/users?page_size=500&page=2
http://community.abc.com/restapi/vc/users?page_size=500&page=3
Thanks,
Premkumar
thanks it works..
Is there is any shortcut way or method to fetch
1.Lithium's API for analytics data on community usage.
2.We want to see basic things like how many users joined the community based on date ranges.
3.What is the primary email suffix.
- premkumar12 years agoAdvisor
The following API call should help you in get the registered users during a date range (date_start, date_end).
http://community.lithium.com/community-name/restapi/vc/users/registered
Thanks,
Premkumar - bhupen11 years agoAdvisor
@prem. I saw you resolved many answer here. Can you please help me for this:
http://community.lithium.com/t5/Developers-Discussion/Is-there-a-way-to-export-more-than-25-unique-usernames-in-csv/td-p/142018
Related Content
- 5 years ago
- 4 years ago
- 5 years ago