Get All Line Item Audits
Retrieves the audit trail for registrant line items within an event. Each audit record tracks a historical change to a line item, including price modifications, status changes, and discount applications. Requires the event_id query parameter. Useful for financial reconciliation and debugging pricing discrepancies.
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}.
Query Parameters
Integer - Required | The ID of the event the registrant is in
1
string - optional - Comma separated list of fields you want to return
"registrant_id,object,object_id,group_id,net,tax,tax_rate,gross, datetime,full_price_net,full_price_gross,question_id,quantity,status"
string - optional - Filter conditions to narrow the results. Valid operators are =, !=, >=, <=, >, <, contains, beginswith, endswith
"id>123"
integer - optional - The page of results you want to view
"1"
integer - optional - The number of results per page (to a max of 200)
"5"
string - optional - Sort the results (add - in front for opposite sort direction, e.g. "-id")
Comma-separated list of IDs to retrieve. When provided, only records matching these IDs are returned. All values must be positive integers. Maximum 100 IDs per request.