Open adinriv opened 3 months ago
the review note has a field called "signatures" that contains a group id, if you get that group then you can check its member that must contain the profile id of the reviewer that posted that review.
That was the missing link. Thanks.
I'm trying to analyze the reviews on a venue I was a PC using APIv2.
I was able to retrieve the reviewers and reviews per submission following the documentation. However, when a submission has reviewers that didn't submitted their reviews the assignment is no one to one. I was looking for a way to match the assigned reviewers and their reviews.
I was thinking about:
Is there a better way of doing it with the API? What is the supposed way to retrieve this information?