Forum Discussion

bdurbin's avatar
bdurbin
Contributor
11 years ago

Permission denied requesting kudos/givers for a message via API

I'm extracting the individuals who have given kudos on a set of messages. My API user has full privileges on the target community, and most of the calls in a series of calls to /restapi/vc/messages/i...
  • dhiraj_gophane's avatar
    11 years ago
    Hi,

    As you are making a rest api call with respect to message, this call returns users who have given kudos to that particular post.

    When you turn off and hide kudos from topic options for that thread it will not allow above api to fetch kudos details.

    That is the reason you are getting this response.

    Hope this helps.