Goodreads Developers discussion

23 views
questions > Filtering reviews.list by date

Comments Showing 1-3 of 3 (3 new)    post a comment »
dateUp arrow    newest »

message 1: by Degreed (new)

Degreed | 4 comments As usual, my apologies if I missed this documented elsewhere...

Is it possible to get a list of a user's reviews that have been added since a certain date? I really only want a list of their recent reviews (the last week, for example). I realize I could get just the first page of items sorted by descending date, but that might return more or less than I need.

I noticed the "search[query]" parameter for the reviews.list API, but I'm not sure how to use that or whether it supports what I'm looking for.

Thanks!


message 2: by Michael (new)

Michael Economy (michaeleconomy) Right now, you can only limit by year. Use the read_at=2013 parameter.


message 3: by Michael (new)

Michael Economy (michaeleconomy) My apologies that this isn't documented anywhere.


back to top