Get One Submission
Retrieves a single speaker submission by its ID, including the session topic, abstract, speaker contact details, track preference, review status, and reviewer scores.
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 submission you want to get
1
Query Parameters
string - optional - Comma separated list of fields you want to return
"admin_short_name,badge_name,capacity,created_at,date,description,end_time,event_id,id,name,notes,session_status,start_time,timezone,track,updated_at,use_event_timezone"
string - optional - Comma separated list of objects you want to return
""
Response
Get Submission