Get Registrant Audit Sessions
Returns a time-bounded audit log of session attendance changes for a specific registrant. Each record captures the registrant’s session selections and attendance type at a point in time. Requires both event_id and start_time query parameters. Supports up to 1,000 results per page.
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 registrant ID to retrieve session audit records for
101
Query Parameters
integer - required - The ID of the event you want to retrieve audit records for
1
string - required - ISO 8601 datetime (YYYY-MM-DD HH:MM:SS). Returns records updated at or after this timestamp.
"2024-01-01 00:00:00"
string - optional - ISO 8601 datetime. Returns records updated before this timestamp.
"2024-12-31 23:59:59"
string - optional - Comma separated list of fields you want to return. The registrant_id field is always returned.
"registrant_id,group_id,full_name,email,updated_at,type,session_ids"
integer - optional - The page of results you want to view
"1"
integer - optional - The number of results per page (to a max of 1000)
"100"