Forum Discussion

PerBonomi's avatar
9 years ago

kudos received in board

Hi everyone.

 

Is it possible to use the API to count the kudos a user has received in one specific board?

  • DougS's avatar
    DougS
    Khoros Oracle

    There is no way currently to find the kudos a user has received in a specific board via the API. The closest API call we have is the kudos author leaderboard call by board, which will get you the top kudoed message authors for a given board -- this call will return the total kudos those authors have received (returned in the mixin/kudos/weight field), but you can't be sure if a specific user is going to be in that list.

     

    -Doug