Forum Discussion
kckmurthy
Contributor
Hi VarunGrazitti,
So there is no api call in v2 to get all user metrics in one api call like we have in v1 (/users/id/${user id}/metrics)?
Thanks,
Chinni.
VarunGrazitti
9 years agoBoss
kckmurthy - There may not be a direct call to fetch all these, but I found a very similar call here
SELECT * FROM metrics WHERE id IN('net_overall_posts','completed_registrations') AND user.id ='${user.id}'
you can add all the required metrics name in the brackets, where I highlighted the text in red.
Related Content
- 2 years ago
- 2 years ago
- 10 months ago