Guests
List all guests
Retrieves a paginated list of guests with filtering, sorting, and search capabilities.
GET
Authorizations
Query Parameters
Event ID to scope the guest list.
Number of records to skip for pagination.
Required range:
x >= 0
Example:
0
Maximum number of records to return.
Required range:
1 <= x <= 100
Example:
20
Search term for filtering guests by first name, last name, or email.
Example:
"john"
Filter guests by exact email address match.
Example:
"john@example.com"
Sort field and direction (field:asc|desc).
Example:
"lastName:asc"
JSON-encoded filter criteria for guest properties.
Example:
"{\"status.confirmation\":1}"
Response
200
application/json
List of guests with pagination metadata.
The response is of type object
.