User Metrics
Hello,
we want to rebuild the oublic and private statistics on the "my profile" page. Therefore I am loading the metrics with the following API call:
<#assign userMetrics=restadmin("/users/id/${userId.id}/metrics?restapi.response_style=view") />
The most values I can find inside the response but some of them I didn't find or I am not sure wether I took the correct values or not. Maybe someone could have a look and give me some feedback?
I added an Screen on which I marked all the questions with a number:
1. Where to get all received kudos for an user?
2. I could find overall reviews count but not "net" and "delete" value. On the original page these values exists.
3. I could find overall reviews_comments count but not "net" and "delete" value. On the original page these values exists.
4. I used "net_accepted_solutions". Is this the correct value?
5. I used "solutions_marked". Is this the correct value?
6. I used "solutions_unmarked". Is this the correct value?
7. Where to get all given kudos for an user?
8. Where to get the last IP address for an user?
9. Where to get the last used user agent for an user?
Many thanks,
Michael