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 >= 0
0
Maximum number of records to return.
1 <= x <= 100
20
Search term for filtering guests by first name, last name, or email.
"john"
Filter guests by exact email address match.
"john@example.com"
Sort field and direction (field:asc|desc).
"lastName:asc"
JSON-encoded filter criteria for guest properties.
"{\"status.confirmation\":1}"
List of guests with pagination metadata.
The response is of type object
.