Hi, Is it possible to reverse the order of the comments order in the comments.list method? So that it could be the same order as the comments listed in the review.show method.
I already tried to add a "order=a" and "order=d" parameter but it doesn't seem to do anything.
Hi Peter, unfortunately the comment#list api loads comments in descending order only at the moment. I'll see if we can make this more customizable soon, but we are pretty busy at the moment.
I came up with a workaround by reversing the order of the comments/pages downloaded in the comments.list method, and saving as much as I can downloaded comments from the review.show response.
No more need to put any extra work into this, at least for me. Thanks!
Is it possible to reverse the order of the comments order in the comments.list method? So that it could be the same order as the comments listed in the review.show method.
I already tried to add a "order=a" and "order=d" parameter but it doesn't seem to do anything.