Goodreads Developers discussion
review[read_at] doesn't work?
date
newest »


What you need to do is edit the review after posting it.
You'll need the review's ID (not the book's ID). In this example, 1234.
Post:
{"review[read_at]":"2019-12-25"}
to:
https:// www. goodreads .com/review/1234.xml
{
'book_id': '6993658',
'review[review]': '....',
'review[rating]': 4,
'review[read_at]': '2019-10-01'
}
In the response, I see
<read-at type="datetime" nil="true"/>
I've tried sending a full ISO 8601 datetime string, but the same thing happens.
Am I doing something wrong, or is it the API?