Get One Session Attendance
Retrieves a single session attendance record by its ID. Includes check-in/check-out timestamps, duration, and physical vs virtual attendance tracking fields. Use expand to include the related registrant or session objects.
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 session attendance record you want to get
1
Query Parameters
string - optional - Comma separated list of fields you want to return
"id,session_id,registrant_id,waiting_room_date,check_in_date,check_out_date,duration,on_demand_date,physical_arrived_at,virtual_arrived_at,virtual_departed_at,virtual_duration,has_physical_checkin,has_virtual_checkin"
string - optional - Comma separated list of related objects to include. Supported values: registrant, session
"registrant,session"
Response
Get Session Attendance
1
The ID of the session (mapped from object_id internally)
1
1
"2024-06-01 09:45:00"
"2024-06-01 10:00:00"
"2024-06-01 11:00:00"
Attendance duration in seconds
3600
null
null
"2024-06-01 10:00:00"
"2024-06-01 11:00:00"
Virtual attendance duration in seconds
3600
false
true