JackDunaway
14 years agoMentor
Kudos Given Timestamp?
I'm using the method "/kudos/givers" of the "Message" class, and the response does not include the timestamp of each of the Kudos given. (The date the Kudos was given is configured to show on website...
Sign in to react to this post
- 14 years ago
Very tough question BUT, thanks to the dev team, I have an answer. Try this, replacing the [board id] and [message id] placeholders with your values :
/restapi/vc/boards/id/[board id]/messages/id/[message id]/kudos/givers/recent?restapi.response_style=all
The important part here is the ?restapi.response_style=all at the end. This is what gets you the kudos time.