How to Get all Assignments for a User
View them at api2.openreview.net
api2.openreview.net/edges?invitation=<your_venue_id>/Reviewers/-/Assignment&groupBy=tailapi2.openreview.net/edges?invitation=<your_venue_id>/Reviewers/-/Assignment&tail=~User_One1Retrieve them with the Python Client
tail = "~User_One1"invitation = "<your_venue_id>/Reviewers/-/Assignmentedges = client.get_all_edges(invitation = invitation, tail = tail)PreviousHow to Modify Reviewer Assignments as an Area ChairNextHow to Update Custom Max Papers for Reviewers or ACs
Last updated
Was this helpful?