khill
8 years agoMentor
Bulk Kudos by Kudo Given Date Range and Message ID
Hi everyone, Does anyone know how to use API or admin reports to pull a list of all kudos given by Message ID over a date range? Using the API documentation I can only find this info for a certa...
- 8 years ago
khill - I don't think there is a where clause in API V2 which can fetch messages for kudos given a date.
Kudos call only support - images.id, message.author.id, message.id,user.id as a where clause.
With the messages call you can get kudos count and a message id same as your format, however, you only can fetch messages for certain date range by its post time, not by kudos given a date.