Retrieves a paginated list of guests with filtering, sorting, and search capabilities.
Event ID to scope the guest list.
Number of records to skip for pagination.
x >= 00
Maximum number of records to return.
1 <= x <= 10020
Search term for filtering guests by first name, last name, or email.
"john"
Filter guests by exact email address match.
Sort field and direction (field:asc|desc).
"lastName:asc"
JSON-encoded filter criteria for guest properties.
"{\"status.confirmation\":1}"