Forum Discussion

bkling's avatar
bkling
Boss
13 years ago

REST call for list of Ranks and count for each

Is there any easy way to query and return our Rankings list, with a total member count for each Rank?

 

And icing on the cake, can we also get ranking stats for a specific date, like the month of July, is the data for ranks stored such that you can  backcheck rank numbers over time?

  • JakeR's avatar
    JakeR
    Khoros Oracle

    I'll put this as gently as possible....

    No. Not an *easy* way. It would take a fair amount of calls and lots of parsing / sorting data to arrive at what you want.

    In regards to getting ranking stats for a specific date, we dont offer that at this present time. However, you can get really tricky / clever with User Reports in metrics, to give you historical snapshots of user's activity levels during specific dates, but those reports will automatically expose the user's current rank (rather than their historical rank), even when outputting historical data.

    Sorry, I dont have a more positive response to your question(s). :(

    • BrianK's avatar
      BrianK
      Lithium Alumni (Retired)

      Still would love to be able to query on this, I tried this:

      http://forums.comcast.com/restapi/vc/ranks/list/users/count

       

      And got:

      <response status="error">
      <error code="306">
      <message>
      A required feature is not configured: user-node-rank.
      </message>
      </error>
      </response>
       
      Seems so close, yet so far...  Anyone have any thoughts to get this user count by rank or even if I have to specify each rank to get a count?