Get One Sponsor Attendance
Retrieves a single sponsor attendance record by its ID. Tracks a registrant’s interaction with a sponsor booth including check-in/check-out timestamps and duration. Use expand to include the related registrant or sponsor 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 sponsor attendance record you want to get
1
Query Parameters
string - optional - Comma separated list of fields you want to return
"sponsor_id,registrant_id,waiting_room_date,check_in_date,check_out_date,duration,on_demand_date"
string - optional - Comma separated list of related objects to include. Supported values: registrant, sponsor
"registrant,sponsor"
Response
Get Sponsor Attendance
The ID of the sponsor (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