OpenAPI definition
Login to openreview
Any confirmed email address that is associated to the OpenReview Profile.
An optional parameter to determine the number of seconds before the assigned token expires.
An object containing the assigned token and the OpenReview Profile.
POST /login HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"id": "text",
"password": "text",
"expiresIn": 1
}
An object containing the assigned token and the OpenReview Profile.
{
"token": "text",
"user": {
"id": "text",
"profile": {
"id": "text",
"first": "text",
"middle": "text",
"last": "text",
"emails": [
"text"
],
"preferredEmail": "text",
"usernames": [
"text"
],
"preferredId": "text"
}
}
}
Register a new user
Email that will be used to log in to OpenReview.
This is a Profile id. This parameter is only required when claiming an existing a Profile in OpenReview.
The Profile that is saved to the database.
POST /register HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 117
{
"email": "text",
"password": "text",
"name": {
"first": "text",
"middle": "text",
"last": "text",
"preferred": true
},
"id": "text"
}
The Profile that is saved to the database.
{
"id": "text",
"active": true,
"password": true,
"invitation": "text",
"content": {
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"username": "text"
}
],
"emails": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"start": 1,
"end": 1
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
},
"metaContent": {},
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
Activate a user
activation token
user token
PUT /activate/{token} HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 484
{
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"username": "text"
}
],
"emails": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"start": 1,
"end": 1
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
}
user token
{
"token": "text",
"user": {
"id": "text",
"active": true,
"password": true,
"invitation": "text",
"content": {
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"username": "text"
}
],
"emails": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"start": 1,
"end": 1
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
},
"metaContent": {},
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
}
Activate a user
activation token
user token
PUT /activatelink/{token} HTTP/1.1
Host: api.openreview.net
Accept: */*
user token
{
"id": "text",
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatories": [
"text"
],
"signatures": [
"text"
],
"members": [
"text"
],
"host": "text",
"web": "text"
}
Check if a user is activatable
activation token
user token
GET /activatable/{token} HTTP/1.1
Host: api.openreview.net
Accept: */*
user token
{
"profile": {
"id": "text",
"active": true,
"password": true,
"invitation": "text",
"content": {
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"username": "text"
}
],
"emails": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"start": 1,
"end": 1
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
},
"metaContent": {},
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
},
"activatable": {},
"prefixed_positions": [],
"prefixed_relations": [],
"institutions": []
}
Check if a user is activatable
user token
POST /activatable HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"id": "text"
}
user token
{
"id": "text"
}
Reset a user password
reset token
User is logged in after the password is reset.
PUT /reset/{token} HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"password": "text"
}
User is logged in after the password is reset.
{
"token": "text",
"user": {
"id": "text",
"profile": {
"id": "text",
"first": "text",
"middle": "text",
"last": "text",
"emails": [
"text"
],
"preferredEmail": "text",
"usernames": [
"text"
],
"preferredId": "text"
}
}
}
Logout a user
Empty object
POST /logout HTTP/1.1
Host: api.openreview.net
Accept: */*
Empty object
{}
Check if a user is resettable
reset token
user token
GET /resettable/{token} HTTP/1.1
Host: api.openreview.net
Accept: */*
user token
{
"id": "text",
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatories": [
"text"
],
"signatures": [
"text"
],
"members": [
"text"
],
"host": "text",
"web": "text"
}
Check if a user is resettable
Group
POST /resettable HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"id": "text"
}
Group
{
"id": "text",
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatories": [
"text"
],
"signatures": [
"text"
],
"members": [
"text"
],
"host": "text",
"web": "text"
}
Impersonate a user
User token of the impersonated user and details of the impersonation.
POST /impersonate HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 18
{
"groupId": "text"
}
User token of the impersonated user and details of the impersonation.
{
"token": "text",
"user": {
"id": "text",
"profile": {
"id": "text",
"first": "text",
"middle": "text",
"last": "text",
"emails": [
"text"
],
"preferredEmail": "text",
"usernames": [
"text"
],
"preferredId": "text"
},
"impersonator": {
"id": "text",
"first": "text",
"middle": "text",
"last": "text",
"emails": [
"text"
],
"preferredEmail": "text",
"usernames": [
"text"
],
"preferredId": "text"
},
"disallowDataModification": true,
"impersonatables": [
"text"
]
}
}
Gets the next available OpenReview username for the passed names.
first name
middle name
last name
Next available tilde username
GET /tildeusername HTTP/1.1
Host: api.openreview.net
Accept: */*
Next available tilde username
{
"username": "text"
}
Confirm a new email
user email
POST /user/confirm HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"username": "text",
"alternate": "text"
}
user email
{
"alternate": "text"
}
Download an attachment
Note id that contains the attachment.
Attachment field name inside the content of the Note. This is usually pdf or supplementary_material.
Attachment
No content
GET /attachment HTTP/1.1
Host: api.openreview.net
Accept: */*
Attachment
No content
Upload an attachment
Attachment field name. This is usually pdf or supplementary_material.
The id of the Invitation that allows to upload the attachment.
Path to the attachment.
PUT /attachment HTTP/1.1
Host: api.openreview.net
Content-Type: multipart/form-data
Accept: */*
Content-Length: 53
{
"file": "binary",
"name": "text",
"invitationId": "text"
}
Path to the attachment.
{
"url": "text"
}
Upload an attachment chunk
Attachment field name. This is usually pdf or supplementary_material.
The id of the Invitation that allows to upload the attachment.
Unique id that identifies all the chunks to the same file.
The index of the chunk.
The total number of chunks.
Path to the attachment.
PUT /attachment/chunk HTTP/1.1
Host: api.openreview.net
Content-Type: multipart/form-data
Accept: */*
Content-Length: 108
{
"file": "binary",
"name": "text",
"invitationId": "text",
"clientUploadId": "text",
"chunkIndex": 1,
"totalChunks": 1
}
Path to the attachment.
{
"url": "text"
}
Download a PDF
Note id that contains the PDF.
No content
GET /pdf HTTP/1.1
Host: api.openreview.net
Accept: */*
No content
Get a PDF
PDF id. This is the value saved in the pdf field of the Note.
No content
GET /pdf/{id} HTTP/1.1
Host: api.openreview.net
Accept: */*
No content
Compare PDFs
Note id
Edit id
Edit id
field to compare
pdf
pdf comparison
No content
GET /pdf/compare HTTP/1.1
Host: api.openreview.net
Accept: */*
pdf comparison
No content
Get edges
Edge id
Maximum number of results to return.
Offset of the result shown.
Sort returned Edges by field.
Invitation id used to create the Edge(s).
head value of the Edge(s).
tail value of the Edge(s).
label of the Edge(s).
Whether to return deleted Edges as well.
Group result by different Edge fields.
Fields of the Edge to return in the result. Requires groupBy.
[a-zA-Z0-9_]+
Comma separated values of fields to add to details. Valid values are head, tail, writable and all.
head,tail
Get result from cache. Without the right privileges this parameter will be ignored.
edges
GET /edges HTTP/1.1
Host: api.openreview.net
Accept: */*
edges
[]
Create an edge
Edge
POST /edges HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 179
{
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
Edge
{
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
Get edges count
Edge id
Invitation id used to create the Edge(s).
head value of the Edge(s).
tail value of the Edge(s).
label of the Edge(s).
Whether to return deleted Edges as well.
edges
GET /edges/count HTTP/1.1
Host: api.openreview.net
Accept: */*
edges
{
"count": 1
}
Get user profiles
Profile id
^~.*\d+$
Profile ids
Email associated with the Profile.
Email(s) associated with the Profile.
Confirmed email associated with the Profile.
Confirmed email(s) associated with the Profile.
First name associated with the Profile.
Middle name associated with the Profile.
Last name associated with the Profile.
Email, Fullname or part of the fullname associated with the Profile.
Group id where to get all the member profiles.
Whether to include deleted profiles.
Whether to include blocked profiles.
Whether to return Profiles that need moderation.
Comma separated string with specific fields of the Profile object to return.
id,content.names,content.emails
State of the Profile.
Sort returned Profiles by field.
Maximum number of results to return.
Offset of the result shown.
Get result from cache. Without the right privileges this parameter will be ignored.
Profile response
GET /profiles HTTP/1.1
Host: api.openreview.net
Accept: */*
Profile response
[]
Save user Profile
Profile response
POST /profiles HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 1886
{
"id": "text",
"invitation": "text",
"referent": "text",
"tcdate": 1,
"tmdate": 1,
"ddate": 1,
"packaging": {},
"active": true,
"password": true,
"tauthor": "text",
"state": "Active",
"content": {
"preferredEmail": "text",
"gender": "text",
"yearOfBirth": 1,
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"orcid": "text",
"semanticScholar": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"username": "text"
}
],
"emails": [
"text"
],
"emailsConfirmed": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"start": 1,
"end": 1,
"readers": [
"text"
]
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
},
"metaContent": {
"preferredEmail": {
"values": [
"text"
],
"weights": [
1
],
"signatures": [
"text"
]
},
"gender": {
"values": [
"text"
],
"weights": [
1
],
"signatures": [
"text"
]
},
"yearOfBirth": {
"values": [
1
],
"weights": [
1
],
"signatures": [
"text"
]
},
"homepage": {
"values": [
"text"
],
"weights": [
1
],
"signatures": [
"text"
]
},
"dblp": {
"values": [
"text"
],
"weights": [
1
],
"signatures": [
"text"
]
},
"gscholar": {
"values": [
"text"
],
"weights": [
1
],
"signatures": [
"text"
]
},
"wikipedia": {
"values": [
"text"
],
"weights": [
1
],
"signatures": [
"text"
]
},
"linkedin": {
"values": [
"text"
],
"weights": [
1
],
"signatures": [
"text"
]
},
"orcid": {
"values": [
"text"
],
"weights": [
1
],
"signatures": [
"text"
]
},
"semanticScholar": {
"values": [
"text"
],
"weights": [
1
],
"signatures": [
"text"
]
},
"names": {
"values": [
{
"first": "text",
"middle": "text",
"last": "text",
"username": "text",
"preferred": true
}
],
"weights": [
1
]
},
"emails": {
"values": [
"text"
],
"weights": [
1
]
},
"history": [
{
"values": [
{}
],
"weights": [
1
]
}
],
"relations": {
"values": [
{
"name": "text",
"email": "text",
"relation": "text",
"start": 1,
"end": 1,
"readers": [
"text"
]
}
],
"weights": [
1
]
},
"expertise": [
{
"values": [
{}
],
"weights": [
1
]
}
]
},
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
Profile response
{
"id": "text",
"active": true,
"password": true,
"invitation": "text",
"content": {
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"username": "text"
}
],
"emails": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"start": 1,
"end": 1
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
},
"metaContent": {},
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
Get user profiles
Profile id
^~.*\d+$
Profile ids
Email associated with the Profile.
Email(s) associated with the Profile.
Confirmed email associated with the Profile.
Confirmed email(s) associated with the Profile.
First name associated with the Profile.
Middle name associated with the Profile.
Last name associated with the Profile.
Email, Fullname or part of the fullname associated with the Profile.
Group id where to get all the member profiles.
Whether to include deleted profiles.
Whether to include blocked profiles.
Whether to return Profiles that need moderation.
Comma separated string with specific fields of the Profile object to return.
id,content.names,content.emails
State of the Profile.
Sort returned Profiles by field.
Maximum number of results to return.
Offset of the result shown.
Get result from cache. Without the right privileges this parameter will be ignored.
Profile response
GET /profiles/search HTTP/1.1
Host: api.openreview.net
Accept: */*
Profile response
[]
Returns groups
Group id.
Group ids.
Group id prefix.
Group parent.
Group id to get its transitive members.
Group id to get groups that the Group is member of.
Group id used to sign the returned Groups.
Group id that can is allowed to sign with the returned Groups.
Group id that is writer of the returned Groups.
Host of the returned Groups.
Comma separated string with specific fields of the Group object to return.
id,members
Comma separated values of fields to add to details. Valid value is writable.
writable
Maximum number of results to return.
Offset of the result shown.
Whether to return web ui code
Whether to use a stream to process results or not.
Get result from cache. Without the right privileges this parameter will be ignored.
Group response
Error
GET /groups HTTP/1.1
Host: api.openreview.net
Accept: */*
[]
Returns all the Group Edits by filter.
Edit id.
Edit ids.
Group id that the Edits have edited.
Invitation id used to create the Edit(s).
Whether to get deleted Group Edits.
Get Edits authored by user.
Get Edits written by user.
Get Edits signed by users.
Comma separated string with specific fields of the Note Edit object to return.
id,content.title,content.abstract
Comma separated values of fields to add to details. Valid values are writable, invitation, and all
all
Sort returned Edits by field.
Maximum number of results to return.
Offset of the result shown.
Get result from cache. Without the right privileges this parameter will be ignored.
Edit Group response
Error
GET /groups/edits HTTP/1.1
Host: api.openreview.net
Accept: */*
[]
Create or edit a Group Edit
Group Edit response
Error
POST /groups/edits HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 406
{
"id": "text",
"invitation": "text",
"tauthor": "text",
"content": {},
"cdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"replacement": true,
"group": {
"id": "text",
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatories": [
"text"
],
"signatures": [
"text"
],
"members": [
"text"
],
"host": "text",
"web": "text"
}
}
{
"id": "text",
"invitation": "text",
"tauthor": "text",
"content": {},
"cdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"replacement": true,
"group": {
"id": "text",
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatories": [
"text"
],
"signatures": [
"text"
],
"members": [
"text"
],
"host": "text",
"web": "text"
}
}
Returns all the Note Edits by filter.
Edit id.
Edit ids.
Note id that the Edits have edited.
Invitation id used to create the Edit(s).
ICLR.cc/2018/Conference/-/Blind_Submission
Whether to get deleted Note Edits.
Get Edits authored by user.
Get Edits written by user.
Get Edits signed by users.
get Edits that are originals
Comma separated string with specific fields of the Note Edit object to return.
id,content.title,content.abstract
Comma separated values of fields to add to details. Valid values are writable, invitation, presentation, and all
all
Sort returned Edits by field.
Maximum number of results to return.
Offset of the result shown.
Get result from cache. Without the right privileges this parameter will be ignored.
Edit Note response
Error
GET /notes/edits HTTP/1.1
Host: api.openreview.net
Accept: */*
[]
Create or edit a Note Edit
Note Edit response
Error
POST /notes/edits HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 382
{
"id": "text",
"invitation": "text",
"tauthor": "text",
"content": {},
"cdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"replacement": true,
"note": {
"id": "text",
"forum": "text",
"replyto": "text",
"content": {},
"cdate": 1,
"pdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
}
{
"id": "text",
"invitation": "text",
"tauthor": "text",
"content": {},
"cdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"replacement": true,
"note": {
"id": "text",
"forum": "text",
"replyto": "text",
"content": {},
"cdate": 1,
"pdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
}
Returns all the Notes by filter.
Note id.
Note ids.
Invitation id used to create the Note(s).
ICLR.cc/2018/Conference/-/Blind_Submission
Invitation ids.
Reference referent.
Note id of the forum field.
Note id of the replyto field.
Note number.
^([1-9][0-9]*,?)*[1-9][0-9]*$
Note title.
Note content confidence field value.
Note content strengths field value.
Note content weaknesses field value.
Note content decision field value.
Note content certification field values.
Note content previous_URL field value.
User email in recruitment.
User response in recruitment.
Note venue.
Note venueid.
Note venue_id.
Presentation Type.
Sessions.
Track.
List of tilde ids of registered users or of emails either registered or not.
~Andrew_McCallum1
Whether to get deleted Notes.
paperhash of the Note if exists.
das|go_for_a_walk_and_arrive_at_the_answer_reasoning_over_paths_in_knowledge_bases_using_reinforcement_learning.
Get Notes authored by user.
Get Notes written by user.
Get Notes signed by user.
Include transitive members of signature if it's passed as a parameter.
Get Notes signed by users.
get Notes that are originals
Comma separated string with specific fields of the Note object to return.
id,content.title,content.abstract
Comma separated values of fields to add to details. Valid values are replyCount, original, overwriting, revisions, writable, forumContent, tags, revisions, invitation, directReplyCount, directReplies, replies, and all
all
invitee
minimum creation date
due date
Sort returned Notes by field.
Maximum number of results to return.
Offset of the result shown.
Get result from cache. Without the right privileges this parameter will be ignored.
Note response
Error
GET /notes HTTP/1.1
Host: api.openreview.net
Accept: */*
[]
Search Notes
Search query that that looks inside some of the fields in the content of the Note.
Search term that that looks inside some of the fields in the content of the Note.
Search type
Fields inside content to look for the term.
all
Group that the Invitation belongs to
Source of the Note
all
Possible values: Invitation id used to create the Note(s).
ICLR.cc/2018/Conference/-/Submission
Venue of the Note
Venue id of the Note
Sort returned Notes by field.
tmdate:desc
Maximum number of results to return.
Offset of the result shown.
Get result from cache. Without the right privileges this parameter will be ignored.
Note response
Error
GET /notes/search HTTP/1.1
Host: api.openreview.net
Accept: */*
{
"id": "text",
"invitation": "text",
"number": 1,
"forum": "text",
"replyto": "text",
"content": {},
"cdate": 1,
"pdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"original": {},
"overwritting": [
"text"
],
"forumContent": {},
"tags": [],
"invitation": {
"id": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
},
"tag": {
"id": "text",
"invitation": "text",
"forum": "text",
"replyto": "text",
"tag": "text",
"cdate": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"signatures": [
"text"
]
},
"edit": null,
"cdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"details": {
"writable": true,
"replytoNote": {
"id": "text",
"invitation": "text",
"number": 1,
"forum": "text",
"replyto": "text",
"content": {},
"cdate": 1,
"pdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"original": {},
"overwritting": [
"text"
],
"forumContent": {},
"tags": [],
"invitation": "[Circular Reference]",
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
]
}
},
"repliedNotes": [],
"repliedEdits": [],
"repliedTags": [],
"withRepliedEdges": [],
"withWritableWith": []
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"layout": 1,
"sort": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
]
}
}
Get a reference attachment
Note id
attachment field name
attachment
No content
GET /references/attachment HTTP/1.1
Host: api.openreview.net
Accept: */*
attachment
No content
Returns Invitation Edits
Edit id.
Edit ids.
Invitation id that the Edits have edited.
Invitation id used to create the Edit(s).
ICLR.cc/2018/Conference/-/Blind_Submission
Whether to get deleted Invitation Edits.
Get Edits authored by user.
Get Edits written by user.
Get Edits signed by users.
get Edits that are originals
Comma separated string with specific fields of the Invitation Edit object to return.
id,content.title,content.abstract
Comma separated values of fields to add to details. Valid values are writable, invitation, presentation, and all
all
Sort returned Edits by field.
Maximum number of results to return.
Offset of the result shown.
Get result from cache. Without the right privileges this parameter will be ignored.
Invitation response
Error
GET /invitations/edits HTTP/1.1
Host: api.openreview.net
Accept: */*
[]
Create or edit a Invitation Edit
Invitation Edit response
Error
POST /invitations/edits HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 1986
{
"id": "text",
"invitations": "text",
"replacement": true,
"content": {},
"invitation": {
"id": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
},
"tag": {
"id": "text",
"invitation": "text",
"forum": "text",
"replyto": "text",
"tag": "text",
"cdate": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"signatures": [
"text"
]
},
"edit": {
"id": "text",
"invitations": "text",
"replacement": true,
"content": {},
"invitation": {
"id": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
},
"tag": {
"id": "text",
"invitation": "text",
"forum": "text",
"replyto": "text",
"tag": "text",
"cdate": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"signatures": [
"text"
]
},
"edit": "[Circular Reference]",
"bulk": true,
"content": {},
"cdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"layout": 1,
"sort": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"cdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
},
"bulk": true,
"content": {},
"cdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"layout": 1,
"sort": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"cdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
{
"id": "text",
"invitations": "text",
"replacement": true,
"content": {},
"invitation": {
"id": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
},
"tag": {
"id": "text",
"invitation": "text",
"forum": "text",
"replyto": "text",
"tag": "text",
"cdate": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"signatures": [
"text"
]
},
"edit": {
"id": "text",
"invitations": "text",
"replacement": true,
"content": {},
"invitation": {
"id": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
},
"tag": {
"id": "text",
"invitation": "text",
"forum": "text",
"replyto": "text",
"tag": "text",
"cdate": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"signatures": [
"text"
]
},
"edit": "[Circular Reference]",
"bulk": true,
"content": {},
"cdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"layout": 1,
"sort": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"cdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
},
"bulk": true,
"content": {},
"cdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"layout": 1,
"sort": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"cdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
Returns Invitations
Invitation id
Invitation ids
Invitation used to validate this invitation.
Invitation id prefix
Invitation domain
Invitation type
Note id
Invitation id
minimum due date of the Invitation
invitee id
Invitation signature
Invitations should have replyto field
Invitations should have due date
Invitations should be past due
Invitations should be expired
Comma separated string with specific fields of the Invitation object to return.
id,content,readers,invitees
Comma separated values of fields to add to details. Valid values are replytoNote, repliedNotes, repliedTags, repliedEdges, all.
Get only Tag Invitations
Get only edge Invitations
Get only Note Invitations
Sort returned Invitations by field.
Maximum number of results to return.
Offset of the result shown.
Get result from cache. Without the right privileges this parameter will be ignored.
Invitation response
Error
GET /invitations HTTP/1.1
Host: api.openreview.net
Accept: */*
[]
Find tags by different filters
Tag id
Tag ids
Invitation id used to create the Tag(s).
ICLR.cc/2018/Conference/-/Add_Bid
Tag value
Tag signature
Note id of the forum field.
Invitations should have replyto field
Get tags deleted too.
Get tags authored by user.
Comma separated values of fields to add to details. Valid values are forumContent, all.
Maximum number of results to return.
1000
Offset of the result shown.
0
Tag response
Error
GET /tags HTTP/1.1
Host: api.openreview.net
Accept: */*
[]
Create or edit a Tag
Tag response
Error
POST /tags HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 149
{
"invitation": "ICLR.cc/2018/Conference/-/Add_Bid",
"forum": "SJeI6e62XQ",
"tag": "I want to review",
"readers": [
"everyone"
],
"signatures": [
"~Super_User1"
]
}
{
"id": "text",
"invitation": "text",
"forum": "text",
"replyto": "text",
"tag": "text",
"cdate": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"signatures": [
"text"
]
}
Find messages by different filters
Message id.
Email address of the recipient.
Subject of the Message.
Parent Group the recipient belongs to.
Status of the message.
Email of the author of the message.
Maximum number of results to return.
Offset of the result shown.
Get result from cache. Without the right privileges this parameter will be ignored.
message response
Error
GET /messages HTTP/1.1
Host: api.openreview.net
Accept: */*
[]
Create a direct message
Subject of the message.
Message body.
Groups the message is sent to.
Groups the message should not be sent to.
[]
Parent group that the groups belong to.
Send the message at a specific UTC time in milliseconds in the future. Maximum is 70 hours.
Email address the recipient should replyto.
Whether to wait for messages to be sent.
message response
Error
POST /messages HTTP/1.1
Host: api.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 178
{
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"parentGroup": "text",
"sendAt": 1,
"replyTo": "text",
"useJob": true,
"from": {
"name": "text",
"email": "text"
}
}
{
"groups": {
"id": "text",
"message": {
"id": "text",
"delivered": true,
"cdate": 1,
"tauthor": "text",
"referrer": "text",
"status": "text",
"executedOn": "text",
"timestamp": 1,
"content": {
"from": "text",
"fromname": "text",
"to": "text",
"replyto": "text",
"subject": "text",
"text": "text",
"sendAt": 1
},
"logs": [
{}
]
}
}
}
Last updated
Was this helpful?