Get One Review
Call for Speaker Reviews
Get One Review
Retrieves a single submission review by its ID, including the reviewer, score, feedback comments, and the associated submission.
GET
Get One Review
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the review you want to delete
Example:
1
Query Parameters
string - optional - Comma separated list of fields you want to return
Example:
"id,submission_name,reviewer_fullName,event_id,reviewer_id,rating,notes,created_at,updated_at"
string - optional - Comma separated list of objects you want to return
Example:
""
Response
Get Review