Forum Discussion

Inactive User's avatar
Inactive User
12 years ago

Retrieve user metrics by rank via REST API

Hi folks,

 

I was referring to this KB for retrieving metrics by community, by boards, by categories for a period of time.

http://lithosphere.lithium.com/t5/developers-knowledge-base/Retrieving-metrics-using-the-REST-API/ta-p/7671

 

I granted access to our internal staff to help doing the REST API called but still couldn't retrieve data succesfully. I followed what was suggested like below:

 

  • Allow user to make REST API calls with read access > Set to Grant
  • Allow user to access metrics > Set to Grant

 

Still got RequiredPermissions error.

 

Example of the Request URL was like this: 

http://sandbox.lithium.com/sandbox/restapi/vc/metrics/name/posts?date_start=2010-07-01&date_end=2010-07-08

 

However, how do i retrieve user metrics for different user ranks for a period of time? Any pointers?