OpenAPI definition
You can find the definition online here: https://api2.openreview.net/docs/api.yml
Activate a user
activation token
user token
PUT /activate/{token} HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 733
{
"content": {
"yearOfBirth": 1,
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"semanticScholar": "text",
"aclanthology": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"fullname": "text",
"username": "text"
}
],
"pronouns": "text",
"emails": [
"text"
],
"emailsConfirmed": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text",
"country": "text",
"stateProvince": "text",
"city": "text",
"department": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"username": "text",
"start": 1,
"end": 1,
"readers": [
"text"
]
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
}
}
user token
{
"token": "text",
"user": {
"id": "text",
"active": true,
"password": true,
"invitation": "text",
"email": "text",
"confirmedEmails": [
"text"
],
"content": {
"yearOfBirth": 1,
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"semanticScholar": "text",
"aclanthology": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"fullname": "text",
"username": "text"
}
],
"pronouns": "text",
"emails": [
"text"
],
"emailsConfirmed": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text",
"country": "text",
"stateProvince": "text",
"city": "text",
"department": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"username": "text",
"start": 1,
"end": 1,
"readers": [
"text"
]
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
},
"metaContent": {},
"ddate": 1,
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"state": "Active",
"termsTimestamp": 1
}
}
Moderate a user Profile
user token
error
error
POST /profile/moderate HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"id": "text",
"decision": "accept",
"sendMail": true,
"reason": "text"
}
{
"id": "text",
"active": true,
"password": true,
"invitation": "text",
"email": "text",
"confirmedEmails": [
"text"
],
"content": {
"yearOfBirth": 1,
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"semanticScholar": "text",
"aclanthology": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"fullname": "text",
"username": "text"
}
],
"pronouns": "text",
"emails": [
"text"
],
"emailsConfirmed": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text",
"country": "text",
"stateProvince": "text",
"city": "text",
"department": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"username": "text",
"start": 1,
"end": 1,
"readers": [
"text"
]
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
},
"metaContent": {},
"ddate": 1,
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"state": "Active",
"termsTimestamp": 1
}
Activate an email
Token used to activate new email
Confirmed email
PUT /activatelink/{token} HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"email": "text",
"token": "text"
}
Confirmed email
{
"confirmedEmail": "text"
}
Check if a user is activatable
activation token
user token
GET /activatable/{token} HTTP/1.1
Host: api2.openreview.net
Accept: */*
user token
{
"profile": {
"id": "text",
"active": true,
"password": true,
"invitation": "text",
"email": "text",
"confirmedEmails": [
"text"
],
"content": {
"yearOfBirth": 1,
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"semanticScholar": "text",
"aclanthology": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"fullname": "text",
"username": "text"
}
],
"pronouns": "text",
"emails": [
"text"
],
"emailsConfirmed": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text",
"country": "text",
"stateProvince": "text",
"city": "text",
"department": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"username": "text",
"start": 1,
"end": 1,
"readers": [
"text"
]
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
},
"metaContent": {},
"ddate": 1,
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"state": "Active",
"termsTimestamp": 1
},
"activatable": {
"token": "text",
"numericToken": "text",
"groupId": "text",
"action": "text",
"username": "text",
"duplicateProfile": "text"
},
"prefixed_positions": [
"text"
],
"institutions": [
"text"
]
}
Check if a user is activatable
user token
POST /activatable HTTP/1.1
Host: api2.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: api2.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",
"fullname": "text",
"emails": [
"text"
],
"preferredEmail": "text",
"usernames": [
"text"
],
"preferredId": "text",
"state": "Active",
"termsTimestamp": 1
}
}
}
Logout a user
Empty object
POST /logout HTTP/1.1
Host: api2.openreview.net
Accept: */*
Empty object
{}
Check if a user is resettable
reset token
user token
GET /resettable/{token} HTTP/1.1
Host: api2.openreview.net
Accept: */*
user token
{
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"parent": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"cdate": 1,
"mdate": 1,
"ddate": 1,
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatories": [
"text"
],
"signatures": [
"text"
],
"members": [
"text"
],
"deanonymizers": [
"text"
],
"impersonators": [
"text"
],
"host": "text",
"web": "text",
"domain": "text",
"anonids": true,
"secret": "text",
"details": {
"writable": true
}
}
Refresh a user token
user token
POST /refreshToken HTTP/1.1
Host: api2.openreview.net
Accept: */*
user token
{
"token": "text",
"user": {
"id": "text",
"profile": {
"id": "text",
"first": "text",
"middle": "text",
"last": "text",
"fullname": "text",
"emails": [
"text"
],
"preferredEmail": "text",
"usernames": [
"text"
],
"preferredId": "text",
"state": "Active",
"termsTimestamp": 1
}
}
}
Check if a user is resettable
Token from Turnstile that proves that the user is human. This is required for resetting the password.
Group
POST /resettable HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 28
{
"id": "text",
"token": "text"
}
Group
{
"id": "text"
}
Impersonate a user
User token of the impersonated user and details of the impersonation.
POST /impersonate HTTP/1.1
Host: api2.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",
"fullname": "text",
"emails": [
"text"
],
"preferredEmail": "text",
"usernames": [
"text"
],
"preferredId": "text",
"state": "Active",
"termsTimestamp": 1
},
"disallowDataModification": true,
"impersonatables": [
"text"
],
"impersonator": {
"id": "text",
"isSuperUser": true,
"isVenueid": true,
"profile": {
"id": "text",
"first": "text",
"middle": "text",
"last": "text",
"fullname": "text",
"emails": [
"text"
],
"preferredEmail": "text",
"usernames": [
"text"
],
"preferredId": "text",
"state": "Active",
"termsTimestamp": 1
},
"impersonator": {
"id": "text",
"isSuperUser": true,
"isVenueid": true,
"profile": {
"id": "text",
"first": "text",
"middle": "text",
"last": "text",
"fullname": "text",
"emails": [
"text"
],
"preferredEmail": "text",
"usernames": [
"text"
],
"preferredId": "text",
"state": "Active",
"termsTimestamp": 1
}
}
}
}
}
Gets the next available OpenReview username for the passed names.
first name
middle name
last name
full name
Next available tilde username
GET /tildeusername HTTP/1.1
Host: api2.openreview.net
Accept: */*
Next available tilde username
{
"username": "text"
}
Confirm a new email
user email
POST /user/confirm HTTP/1.1
Host: api2.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.
Note ids that contain the attachments.
Attachment field name inside the content of the Note. This is usually pdf or supplementary_material.
Attachment
GET /attachment HTTP/1.1
Host: api2.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: api2.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: api2.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.
Note ids that contain the attachments.
GET /pdf HTTP/1.1
Host: api2.openreview.net
Accept: */*
No content
Get a PDF
PDF id. This is the value saved in the pdf field of the Note.
GET /pdf/{id} HTTP/1.1
Host: api2.openreview.net
Accept: */*
No content
Compare PDFs
Note id
Edit id
Edit id
field to compare
pdf
pdf comparison
GET /pdf/compare HTTP/1.1
Host: api2.openreview.net
Accept: */*
pdf comparison
No content
Get edges
Edge id
Maximum number of results to return.
Offset of the result shown.
Whether to return the count of the edges.
Return documents that come after the after parameter. After should be an id.
Sort returned Edges by field.
Whether to use a stream to process results or not.
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.
Domain the Edges belong to to filter transitive members.
edges
GET /edges HTTP/1.1
Host: api2.openreview.net
Accept: */*
edges
{
"edges": [],
"count": 1,
"fromCache": true,
"groupedEdges": [
{
"id": {},
"count": 1,
"values": [
{}
]
}
]
}
Create an edge
Edge
POST /edges HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 244
{
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
}
Edge
{
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
}
Rename an edge
edge
POST /edges/rename HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 35
{
"currentId": "text",
"newId": "text"
}
edge
[]
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.
Domain the Edges belong to to filter transitive members.
edges
GET /edges/count HTTP/1.1
Host: api2.openreview.net
Accept: */*
edges
{
"count": 1
}
Get archived edges
Invitation id used to create the Edge(s).
Archived edges
GET /edges/archive HTTP/1.1
Host: api2.openreview.net
Accept: */*
Archived edges
No content
Send feedback to the OpenReview team
Email address of the user sending the feedback.
Subject of the feedback.
The feedback.
Turnstile token.
feedback
PUT /feedback HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 64
{
"from": "text",
"subject": "text",
"message": "text",
"token": "text"
}
feedback
{
"status": "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.
Relation associated to the Profile.
dblp link associated to 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.
Whether to return the count of the profiles.
Return documents that come after the after parameter. After should be an id.
Get result from cache. Without the right privileges this parameter will be ignored.
Profile response
GET /profiles HTTP/1.1
Host: api2.openreview.net
Accept: */*
Profile response
{
"profiles": [],
"count": 1,
"fromCache": true
}
Save user Profile
Profile response
POST /profiles HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 2398
{
"id": "text",
"invitation": "text",
"referent": "text",
"tcdate": 1,
"tmdate": 1,
"ddate": 1,
"packaging": {},
"active": true,
"password": true,
"tauthor": "text",
"state": "Active",
"content": {
"yearOfBirth": 1,
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"semanticScholar": "text",
"aclanthology": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"fullname": "text",
"username": "text"
}
],
"pronouns": "text",
"emails": [
"text"
],
"emailsConfirmed": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text",
"country": "text",
"stateProvince": "text",
"city": "text",
"department": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"username": "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"
]
},
"aclanthology": {
"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",
"fullname": "text",
"username": "text",
"preferred": true
}
],
"weights": [
1
]
},
"pronouns": {
"values": [
"text"
],
"weights": [
1
],
"signatures": [
"text"
]
},
"emails": {
"values": [
"text"
],
"weights": [
1
]
},
"history": {
"values": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text",
"country": "text",
"stateProvince": "text",
"city": "text",
"department": "text"
},
"start": 1,
"end": 1
}
],
"weights": [
1
]
},
"relations": {
"values": [
{
"name": "text",
"email": "text",
"username": "text",
"relation": "text",
"start": 1,
"end": 1,
"readers": [
"text"
]
}
],
"weights": [
1
]
},
"expertise": {
"values": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
],
"weights": [
1
]
}
},
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
Profile response
{
"id": "text",
"active": true,
"password": true,
"invitation": "text",
"email": "text",
"confirmedEmails": [
"text"
],
"content": {
"yearOfBirth": 1,
"preferredEmail": "text",
"gender": "text",
"homepage": "text",
"dblp": "text",
"gscholar": "text",
"wikipedia": "text",
"linkedin": "text",
"semanticScholar": "text",
"aclanthology": "text",
"orcid": "text",
"names": [
{
"preferred": true,
"first": "text",
"middle": "text",
"last": "text",
"fullname": "text",
"username": "text"
}
],
"pronouns": "text",
"emails": [
"text"
],
"emailsConfirmed": [
"text"
],
"history": [
{
"position": "text",
"institution": {
"name": "text",
"domain": "text",
"country": "text",
"stateProvince": "text",
"city": "text",
"department": "text"
},
"start": 1,
"end": 1
}
],
"relations": [
{
"relation": "text",
"name": "text",
"email": "text",
"username": "text",
"start": 1,
"end": 1,
"readers": [
"text"
]
}
],
"expertise": [
{
"keywords": [
"text"
],
"start": 1,
"end": 1
}
]
},
"metaContent": {},
"ddate": 1,
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"state": "Active",
"termsTimestamp": 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.
Fullname associated with the Profile.
Whether to use ElasticSearch to search for profiles.
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.
Whether to return the count of the profiles.
Get result from cache. Without the right privileges this parameter will be ignored.
Profile response
GET /profiles/search HTTP/1.1
Host: api2.openreview.net
Accept: */*
Profile response
{
"profiles": [],
"count": 1,
"fromCache": true
}
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.
Whether to return the count of the profiles.
Return documents that come after the after parameter. After should be an id.
Get result from cache. Without the right privileges this parameter will be ignored.
Profile response
POST /profiles/search HTTP/1.1
Host: api2.openreview.net
Accept: */*
Profile response
{
"profiles": [],
"count": 1,
"fromCache": true
}
Gets profile references
Group id.
Group ids.
Profile id that the reference is modifying.
Maximum number of results to return.
Offset of the result shown.
Return documents that come after the after parameter. After should be an id.
Select field to sort by.
The Profile that is saved to the database.
Error
GET /references HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"references": [],
"fromCache": true
}
Returns groups
Group id.
Group ids.
Group id prefix.
Group parent.
Invitation id used to create the Group(s).
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 the count of the groups.
Return documents that come after the after parameter. After should be an id.
Select field to sort by.
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.
Domain the Groups belong to to filter transitive members.
Group response
Error
GET /groups HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"groups": [],
"fromCache": true
}
Adds members to a Group
Group id to which memebers will be added.
Members to add to the Group.
Group response
Error
PUT /groups/members HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"id": "text",
"members": [
"text"
]
}
{
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"parent": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"cdate": 1,
"mdate": 1,
"ddate": 1,
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatories": [
"text"
],
"signatures": [
"text"
],
"members": [
"text"
],
"deanonymizers": [
"text"
],
"impersonators": [
"text"
],
"host": "text",
"web": "text",
"domain": "text",
"anonids": true,
"secret": "text",
"details": {
"writable": true
}
}
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.
Whether to return the count of the group edits.
Get result from cache. Without the right privileges this parameter will be ignored.
Domain the Group Edits belong to to filter transitive members.
Edit Group response
Error
GET /groups/edits HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"edits": [],
"fromCache": true
}
Create or edit a Group Edit
Group Edit response
Error
POST /groups/edits HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 634
{
"id": "text",
"invitation": "text",
"tauthor": "text",
"content": {},
"cdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"replacement": true,
"domain": "text",
"group": {
"id": "text",
"instructions": "text",
"description": "text",
"cdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatories": [
"text"
],
"signatures": [
"text"
],
"deanonymizers": [
"text"
],
"impersonators": [
"text"
],
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"members": [
"text"
],
"host": "text",
"web": "text",
"anonids": true
}
}
{
"id": "text",
"invitation": "text",
"content": {},
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"group": {
"id": "text",
"instructions": "text",
"description": "text",
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"tauthor": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatories": [
"text"
],
"signatures": [
"text"
],
"members": [
"text"
],
"host": "text",
"web": "text",
"domain": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"deanonymizers": [
"text"
],
"impersonators": [
"text"
],
"anonids": true
},
"details": {
"writable": true,
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": "[Circular Reference]"
}
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": {
"id": "text",
"invitations": "text",
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": "[Circular Reference]"
}
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": "[Circular Reference]",
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": "[Circular Reference]",
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"content": {},
"cdate": 1,
"ddate": 1,
"tcdate": 1,
"mdate": 1,
"tmdate": 1,
"details": {
"invitation": "[Circular Reference]",
"writable": true
},
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text",
"replacement": true
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": {
"writable": true,
"replytoNote": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tags": "[Circular Reference]",
"invitation": "[Circular Reference]",
"invitations": "[Circular Reference]",
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
],
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "text"
}
],
"signatures": [
{
"id": "text",
"readers": [
"text"
],
"members": [
"text"
]
}
]
}
},
"repliedNotes": [],
"repliedEdits": [
{
"id": "text",
"invitation": "text",
"domain": "text",
"content": {},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"note": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"license": "text",
"version": 1
},
"tauthor": "text",
"replacement": true,
"details": "[Circular Reference]"
}
],
"repliedTags": [],
"repliedEdges": [],
"writableWith": []
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
}
},
"domain": "text",
"tauthor": "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
Domain of the Edits.
Whether to get deleted Note 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: replyCount: Number of replies in a forum. Only available if the Note is a forum. writable: Boolean indicating whether the Note is writable by the user. tags: Tags of the Note. invitations: Invitations of the Note. directReplyCount: Number of direct replies to the Note. directReplies: Direct replies to the Note. replies: Replies to the Note. Only available if the Note is a forum. forumContent: Content of the forum Note. Only available if the Note is a reply. presentation: Shows how to render the content of the Note. signatures: Returns members and readers of the signatures of the Note.
all
Sort returned Edits by field.
Maximum number of results to return.
Offset of the result shown.
Whether to return the count of the note edits.
Return documents that come after the after parameter. After should be an id.
Get result from cache. Without the right privileges this parameter will be ignored.
Edit Note response
Error
GET /notes/edits HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"edits": [
{
"id": "text",
"invitation": "text",
"domain": "text",
"content": {},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"note": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"license": "text",
"version": 1
},
"tauthor": "text",
"replacement": true,
"details": {
"writable": true,
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": "[Circular Reference]"
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": "[Circular Reference]",
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": {
"writable": true,
"replytoNote": "[Circular Reference]",
"repliedNotes": "[Circular Reference]",
"repliedEdits": "[Circular Reference]",
"repliedTags": "[Circular Reference]",
"repliedEdges": [],
"writableWith": "[Circular Reference]"
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "text"
}
]
}
}
],
"fromCache": true
}
Create or edit a Note Edit
Note Edit response
Error
POST /notes/edits HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 429
{
"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",
"externalId": "text",
"forum": "text",
"replyto": "text",
"license": "text",
"content": {},
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
]
}
}
{
"id": "text",
"invitation": "text",
"domain": "text",
"content": {},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"note": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"license": "text",
"version": 1
},
"tauthor": "text",
"replacement": true,
"details": {
"writable": true,
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": "[Circular Reference]"
}
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": {
"id": "text",
"invitations": "text",
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": "[Circular Reference]"
}
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": "[Circular Reference]",
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": "[Circular Reference]",
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"content": {},
"cdate": 1,
"ddate": 1,
"tcdate": 1,
"mdate": 1,
"tmdate": 1,
"details": {
"invitation": "[Circular Reference]",
"writable": true
},
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text",
"replacement": true
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": {
"writable": true,
"replytoNote": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tags": "[Circular Reference]",
"invitation": "[Circular Reference]",
"invitations": "[Circular Reference]",
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
],
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "text"
}
],
"signatures": [
{
"id": "text",
"readers": [
"text"
],
"members": [
"text"
]
}
]
}
},
"repliedNotes": [],
"repliedEdits": [
{
"id": "text",
"invitation": "text",
"domain": "text",
"content": {},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"note": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"license": "text",
"version": 1
},
"tauthor": "text",
"replacement": true,
"details": "[Circular Reference]"
}
],
"repliedTags": [],
"repliedEdges": [],
"writableWith": []
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "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.
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
minimum modification date
due date
Sort returned Notes by field.
Maximum number of results to return.
Offset of the result shown.
Return documents that come after the after parameter. After should be an id.
Get result from cache. Without the right privileges this parameter will be ignored.
Domain the Notes belong to to filter transitive members.
Note response
Error
GET /notes HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"notes": [],
"fromCache": true
}
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 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
Possible values: 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.
Whether to return the count of the notes.
Get result from cache. Without the right privileges this parameter will be ignored.
Domain the Notes belong to to filter transitive members.
Note response
Error
GET /notes/search HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"notes": [],
"fromCache": true
}
Search Notes Post
Note ids.
Search query that that looks inside some of the fields in the content of the Note.
Search type
Group that the Invitation belongs to
Source of the Note
all
Possible values: Invitation id used to create the Note(s).
Venue of the Note
Venue id of the Note
Domain the Notes belong.
Whether to return the count of the notes.
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
POST /notes/search HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 354
{
"ids": [
"text"
],
"query": "text",
"term": "text",
"terms": [
"text"
],
"type": "prefix",
"group": "text",
"source": "all",
"invitation": "text",
"content": {
"title": {
"terms": [
"text"
],
"matchMethod": "match"
},
"venue": {
"terms": [
"text"
],
"matchMethod": "match"
}
},
"venue": "text",
"venueid": "text",
"domain": "text",
"count": true,
"sort": "tmdate:desc",
"limit": 1,
"offset": 1,
"cache": true
}
{
"count": 1,
"notes": [],
"fromCache": true
}
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.
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.
Whether to return the count of the invitation edits.
Return documents that come after the after parameter. After should be an id.
Get result from cache. Without the right privileges this parameter will be ignored.
Domain the Invitation Edits belong to to filter transitive members.
Invitation response
Error
GET /invitations/edits HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"edits": [
{
"id": "text",
"invitations": "text",
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": "[Circular Reference]"
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": {
"id": "text",
"invitations": "text",
"invitation": "[Circular Reference]",
"content": {},
"cdate": 1,
"ddate": 1,
"tcdate": 1,
"mdate": 1,
"tmdate": 1,
"details": "[Circular Reference]",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text",
"replacement": true
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": {
"writable": true,
"replytoNote": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": "[Circular Reference]"
},
"repliedNotes": [],
"repliedEdits": [
"[Circular Reference]"
],
"repliedTags": [],
"repliedEdges": [],
"writableWith": []
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"content": {},
"cdate": 1,
"ddate": 1,
"tcdate": 1,
"mdate": 1,
"tmdate": 1,
"details": {
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": "[Circular Reference]"
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": {
"id": "text",
"invitations": "text",
"invitation": "[Circular Reference]",
"content": {},
"cdate": 1,
"ddate": 1,
"tcdate": 1,
"mdate": 1,
"tmdate": 1,
"details": "[Circular Reference]",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text",
"replacement": true
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": {
"writable": true,
"replytoNote": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": "[Circular Reference]"
},
"repliedNotes": [],
"repliedEdits": [
"[Circular Reference]"
],
"repliedTags": [],
"repliedEdges": [],
"writableWith": []
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"writable": true
},
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text",
"replacement": true
}
],
"fromCache": true
}
Create or edit a Invitation Edit
Invitation Edit response
Error
POST /invitations/edits HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 5998
{
"id": "text",
"invitations": "text",
"replacement": true,
"content": {},
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tags": "[Circular Reference]",
"invitation": "[Circular Reference]",
"invitations": "[Circular Reference]",
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
],
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "text"
}
],
"signatures": [
{
"id": "text",
"readers": [
"text"
],
"members": [
"text"
]
}
]
}
}
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": {
"id": "text",
"invitations": "text",
"replacement": true,
"content": {},
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tags": "[Circular Reference]",
"invitation": "[Circular Reference]",
"invitations": "[Circular Reference]",
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
],
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "text"
}
],
"signatures": [
{
"id": "text",
"readers": [
"text"
],
"members": [
"text"
]
}
]
}
}
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": "[Circular Reference]",
"bulk": true,
"content": {},
"cdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"cdate": 1,
"mdate": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"domain": "text"
},
"bulk": true,
"content": {},
"cdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"cdate": 1,
"mdate": 1,
"ddate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"domain": "text"
}
{
"id": "text",
"invitations": "text",
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tags": "[Circular Reference]",
"invitation": "[Circular Reference]",
"invitations": "[Circular Reference]",
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
],
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "text"
}
],
"signatures": [
{
"id": "text",
"readers": [
"text"
],
"members": [
"text"
]
}
]
}
}
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": {
"id": "text",
"invitations": "text",
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tags": "[Circular Reference]",
"invitation": "[Circular Reference]",
"invitations": "[Circular Reference]",
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
],
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "text"
}
],
"signatures": [
{
"id": "text",
"readers": [
"text"
],
"members": [
"text"
]
}
]
}
}
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": "[Circular Reference]",
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": {
"writable": true,
"replytoNote": "[Circular Reference]",
"repliedNotes": "[Circular Reference]",
"repliedEdits": "[Circular Reference]",
"repliedTags": "[Circular Reference]",
"repliedEdges": [],
"writableWith": "[Circular Reference]"
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"content": {},
"cdate": 1,
"ddate": 1,
"tcdate": 1,
"mdate": 1,
"tmdate": 1,
"details": {
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tags": "[Circular Reference]",
"invitation": "[Circular Reference]",
"invitations": "[Circular Reference]",
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
],
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "text"
}
],
"signatures": [
{
"id": "text",
"readers": [
"text"
],
"members": [
"text"
]
}
]
}
}
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": "[Circular Reference]",
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": {
"writable": true,
"replytoNote": "[Circular Reference]",
"repliedNotes": "[Circular Reference]",
"repliedEdits": "[Circular Reference]",
"repliedTags": "[Circular Reference]",
"repliedEdges": [],
"writableWith": "[Circular Reference]"
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"writable": true
},
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text",
"replacement": true
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": {
"writable": true,
"replytoNote": "[Circular Reference]",
"repliedNotes": "[Circular Reference]",
"repliedEdits": "[Circular Reference]",
"repliedTags": "[Circular Reference]",
"repliedEdges": [],
"writableWith": "[Circular Reference]"
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"content": {},
"cdate": 1,
"ddate": 1,
"tcdate": 1,
"mdate": 1,
"tmdate": 1,
"details": {
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tags": "[Circular Reference]",
"invitation": "[Circular Reference]",
"invitations": "[Circular Reference]",
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
],
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "text"
}
],
"signatures": [
{
"id": "text",
"readers": [
"text"
],
"members": [
"text"
]
}
]
}
}
}
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": "[Circular Reference]",
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": {
"writable": true,
"replytoNote": "[Circular Reference]",
"repliedNotes": "[Circular Reference]",
"repliedEdits": "[Circular Reference]",
"repliedTags": "[Circular Reference]",
"repliedEdges": [],
"writableWith": "[Circular Reference]"
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"writable": true
},
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text",
"replacement": true
}
Returns Invitations
Invitation id
Invitation ids
Invitation used to validate this invitation.
Invitation id prefix
Invitation domain
Invitation type
Forum stored in the field tag.forum of the invitation
Note id stored in the field tag.note of the invitation
Group id of the group members that the Invitation can send messages to
Group id of the Invitation Edit
Invitation id of the Invitation Edit
Forum id of Note that the Invitation Edit is editing
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
Invitations should have ddate
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.
Whether to return the count of the invitations.
Return documents that come after the after parameter. After should be an id.
Whether to use a stream to process results or not.
Get result from cache. Without the right privileges this parameter will be ignored.
Invitation response
Error
GET /invitations HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"invitations": [],
"fromCache": true
}
Find tags by different filters
Tag id
Tag ids
Invitation id used to create the Tag(s).
ICLR.cc/2018/Conference/-/Add_Bid
parentInvitations stored in the Tag(s).
Tag value
Tag signature
Forum id where the tag appears. This value must be present if the field note is present
Get tags that are tagging the note.
Get tags that are tagging the group.
Get tags that are tagging the profile.
Get tags that are tagging the edit.
Get tags that are tagging the edge.
Get tags deleted too.
Get tags authored by user.
minimum modification date
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.
Whether to return the count of the tags.
Return documents that come after the after parameter. After should be an id.
Whether to use a stream to process results or not.
Domain the Tags belong to to filter transitive members.
Tag response
Error
GET /tags HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"tags": [],
"fromCache": true
}
Create or edit a Tag
Tag response
Error
POST /tags HTTP/1.1
Host: api2.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",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": {
"forumContent": {
"id": "text",
"externalId": "text",
"externalIds": [
"text"
],
"invitations": [
"text"
],
"parentInvitations": "text",
"number": 1,
"domain": "text",
"forum": "text",
"replyto": "text",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"pdate": 1,
"odate": 1,
"ddate": 1,
"mdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"license": "text",
"version": 1,
"details": {
"replyCount": 1,
"writable": true,
"revisions": true,
"forumContent": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"tags": [],
"invitation": {
"id": "text",
"instructions": "text",
"description": "text",
"invitations": [
"text"
],
"parentInvitations": "text",
"type": "edge",
"content": {
"ANY_ADDITIONAL_PROPERTY": {
"description": "text",
"order": 1,
"delete": true,
"value": "text",
"readers": {}
}
},
"domain": "text",
"edge": {
"id": "text",
"invitation": "text",
"head": "text",
"tail": "text",
"label": "text",
"weight": 1,
"ddate": 1,
"cdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"tauthor": "text",
"domain": "text"
},
"tag": {
"id": "text",
"invitation": "text",
"parentInvitations": "text",
"forum": "text",
"note": "text",
"group": "text",
"edge": "text",
"edit": "text",
"tag": "text",
"profile": "text",
"label": "text",
"weight": 1,
"cdate": 1,
"ddate": 1,
"mdate": 1,
"tcdate": 1,
"tmdate": 1,
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signature": "text",
"tauthor": "text",
"domain": "text",
"details": "[Circular Reference]"
},
"message": {
"signature": "text",
"replyTo": "text",
"useJob": true,
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text"
},
"edit": "[Circular Reference]",
"tcdate": 1,
"tmdate": 1,
"cdate": 1,
"mdate": 1,
"ddate": 1,
"duedate": 1,
"expdate": 1,
"responseArchiveDate": 1,
"details": {
"writable": true,
"replytoNote": "[Circular Reference]",
"repliedNotes": "[Circular Reference]",
"repliedEdits": "[Circular Reference]",
"repliedTags": "[Circular Reference]",
"repliedEdges": [],
"writableWith": "[Circular Reference]"
},
"maxReplies": 1,
"minReplies": 1,
"taskCompletionCount": 1,
"replyForumViews": [
{
"id": "text",
"label": "text",
"filter": "text",
"sort": "text",
"nesting": 1,
"allowedInvitations": [
"text"
],
"expandedInvitations": [
"text"
],
"live": true,
"layout": "text",
"message": "text"
}
],
"preprocess": "text",
"process": "text",
"dateprocesses": [
{
"script": "text",
"delay": 1,
"dates": [
1
],
"startDate": 1,
"endDate": 1,
"cron": "text"
}
],
"postprocesses": [
{
"script": "text",
"delay": 1,
"dependsOn": 1,
"ignoreFailure": true
}
],
"web": "text",
"readers": [
"text"
],
"nonreaders": [
"text"
],
"writers": [
"text"
],
"signatures": [
"text"
],
"invitees": [
"text"
],
"noninvitees": [
"text"
]
},
"invitations": [],
"directReplyCount": 1,
"directReplies": [
{}
],
"replies": [
{}
],
"presentation": [
{
"name": "text",
"order": 1,
"type": "text",
"input": "text",
"description": "text",
"fieldName": "text",
"hidden": true,
"markdown": true,
"scroll": true,
"default": "text",
"value": "text"
}
],
"signatures": [
{
"id": "text",
"readers": [
"text"
],
"members": [
"text"
]
}
]
}
}
}
}
Find messages by different filters
Message id.
Job id used to send Messages.
Email address of the recipient.
Whether to include transitive members of the group in the to field.
Subject of the Message.
Parent Group the recipients belongs to.
Status of the message.
Email of the author of the message.
Whether the message has been viewed.
Maximum number of results to return.
Offset of the result shown.
Whether to return the count of the messages.
Return documents that come after the after parameter. After should be an id.
Get result from cache. Without the right privileges this parameter will be ignored.
message response
Error
GET /messages HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"messages": []
}
Create a direct message
Name of the sender.
Email of the sender.
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.
Invitation used to validate message
Signature of the message.
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: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 254
{
"fromName": "text",
"fromEmail": "text",
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"parentGroup": "text",
"invitation": "text",
"signature": "text",
"sendAt": 1,
"replyTo": "text",
"useJob": true,
"from": {
"name": "text",
"email": "text"
}
}
{
"groups": [
{
"id": "text",
"message": {
"id": "text",
"signature": "text",
"invitation": "text",
"domain": "text",
"delivered": true,
"requestId": "text",
"cdate": 1,
"vdate": 1,
"tvdate": 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": [
{}
],
"jobId": "text"
},
"messages": [],
"jobId": "text",
"status": "text"
}
],
"status": "text",
"jobId": "text"
}
Find messages by different filters
Message id.
Job id used to send Messages.
Message invitation.
Message domain.
Subject of the Message.
Parent Group the recipients belongs to.
Email of the author of the message.
Maximum number of results to return.
Offset of the result shown.
Whether to return the count of the message requests.
Return documents that come after the after parameter. After should be an id.
Get result from cache. Without the right privileges this parameter will be ignored.
message response
Error
GET /messages/requests HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"requests": []
}
Create a direct message
Signature of the message.
Name of the sender.
Email of the sender.
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.
Invitation used to validate message
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/requests HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 254
{
"signature": "text",
"fromName": "text",
"fromEmail": "text",
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"parentGroup": "text",
"invitation": "text",
"sendAt": 1,
"replyTo": "text",
"useJob": true,
"from": {
"name": "text",
"email": "text"
}
}
{
"id": "text",
"signature": "text",
"invitation": "text",
"domain": "text",
"replyTo": "text",
"useJob": true,
"jobId": "text",
"parentGroup": "text",
"sendAt": 1,
"subject": "text",
"message": "text",
"groups": [
"text"
],
"ignoreGroups": [
"text"
],
"fromEmail": "text",
"fromName": "text",
"tauthor": "text"
}
Mark a message as viewed
Message ids to mark as viewed.
Viewed date in milliseconds.
Mark as viewed response
Error
POST /messages/viewed HTTP/1.1
Host: api2.openreview.net
Content-Type: application/json
Accept: */*
Content-Length: 26
{
"ids": [
"text"
],
"vdate": 1
}
{
"status": "text"
}
Get logs by different filters
log id
log ids
Parent Group id
Invitation id that contains the process function.
Status of the process. It can be ok or error.
Minimum start date in milliseconds.
Comma separated string with specific fields of the Logs object to return.
Maximum number of results to return.
1000
Offset of the result shown.
Whether to return the count of the logs.
Return documents that come after the after parameter. After should be an id.
log response
Error
GET /logs/process HTTP/1.1
Host: api2.openreview.net
Accept: */*
{
"count": 1,
"logs": []
}
Last updated
Was this helpful?