How to get all Registration Notes
Last updated
Was this helpful?
Last updated
Was this helpful?
If you enabled the Registration Stage for reviewers and/or area chairs, you will be able to programatically query these registration notes using the .
Instantiate your OpenReview client
Get all the registration notes for your venue. The invitation is composed of your venue's id (found in the request form), the group you want to query notes for (Reviewers
or Area_Chairs
) and the (by default, this is Registration
):
{venue_id}/(Reviewers|Area_Chairs)/-/{registration_stage_name}
,
e.g., NeurIPS.cc/2023/Conference/Reviewers/-/Registration
Iterate through every note to access the note's content. You will be able to access all fields you configured for the registration stage.