REST API: Get kudos for a certain topic by date range?
Hello!
I've browsed the forum / REST API documentation for a couple of hours but didn't find the answer to my problem:
I would like to access the kudos count of a certain thread but limit that to a date range.
The API call for kudos count for a message doesn't seem to accept queries.
I've found a way to do it for messages count for a certain board:
http://community.spotify.com/restapi/vc/boards/id/spotifycontribute/search/messages/count?q=date:[1341341612%20TO%201341946412]
Now I would like to have something like this (does not work):
http://community.spotify.com/restapi/vc/threads/id/123456/search/kudos/count?q=date:[1341341612%20TO%201341946412]
Background: I'm a super user at the Spotify community that manages the incoming ideas and pings the staff when an idea needs an update. I've made a google spreadsheet and included the kudos count for each idea via ImportXML() that sorts them by defined priority (kudos, status, date). Works great but now I would like to have a column that displays the received kudos of a single idea for the last month / half year. I could make a kudos "database" in another spreadsheet but that seems like a very tiresome workaround. Any quick solution to that? Obviously I'm relying only on the REST API. ;)