RogerZhang
15 years agoHelper
How can I get all users's metrics
I know there have one REST API ( '
/restapi/vc/users/id/43/metrics
' ) can get one user's metrics , like 'kudos_events_received' , 'posts', 'logins', 'board_views' , 'page_views' etc.
But , at my site there are more than 1000 user, when I export their metrics to excel file I need call the API 1000 times, for example, it take 2 seconds every time the API is called, it will take more than 2000 seconds in the whole process. Oh no.......
I don't know if there have one API can get all user's metrics by call only one time;
or how can I spend less time to get user's metrics ?
Thanks for your help!