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.
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!