Forum Discussion
Inactive User
Hi Chhama,
Thanks for your help on the access granting and now our internal staff could use a specific Forum ID to get REST API metrics.
In fact i have another question in the original post that has yet to get an answer.
1) How do i retrieve user metrics for different user ranks for a period of time?
2) Also, how do i retrieve metrics(login name, most recent login, email, language, IP,etc) that can also be generated using Metrics > User Reports in Community Admin?
Thanks for your help on the access granting and now our internal staff could use a specific Forum ID to get REST API metrics.
In fact i have another question in the original post that has yet to get an answer.
1) How do i retrieve user metrics for different user ranks for a period of time?
2) Also, how do i retrieve metrics(login name, most recent login, email, language, IP,etc) that can also be generated using Metrics > User Reports in Community Admin?
ChhamaJ
12 years agoKhoros Staff
Please find my responses below
1). Unfortunately, you cannot get user metrics for different user ranks but only for a particular user using the following rest call
http://community.lithium.com/community-name/restapi/vc/users/login/john_doe/metrics?date_start=2013-01-01&date_end=2013-02-01
2). You can get these details by the following calls
http://community.lithium.com/community-name/restapi/vc/users/id/43/metrics
http://community.lithium.com/community-name/restapi/vc/users/login/john_doe/metrics
Hope this helps.
Thanks,
Chhama
1). Unfortunately, you cannot get user metrics for different user ranks but only for a particular user using the following rest call
http://community.lithium.com/community-name/restapi/vc/users/login/john_doe/metrics?date_start=2013-01-01&date_end=2013-02-01
2). You can get these details by the following calls
http://community.lithium.com/community-name/restapi/vc/users/id/43/metrics
http://community.lithium.com/community-name/restapi/vc/users/login/john_doe/metrics
Hope this helps.
Thanks,
Chhama
Related Content
- 2 years ago
- 10 months ago
- 7 years ago