Get all attendee details
Attendees
Get all attendee details
Use this endpoint to retrieve the details of all attendees added to a particular event type in your Zuddl organization. You can use query parameters such as filter, pagination, or sort to customize the response
Required API key scopes: READ
This API can only be called with an access key that was generated for Backend usage.
GET
Get all attendee details
Authorizations
Provide your API key secret in the Authorization header
Path Parameters
Unique identifier of the event
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$Query Parameters
Filter query in format:
Available filters:
- profile.country: operations [in, eq]
- createdAt: operations [lte, gte, gt, lt, between, eq]
- profile.designation: operations [notlike, like]
- profile.industry: operations [in, eq, like]
- profile.lastName: operations [notlike, like]
- profile.company: operations [notlike, like]
- profile.firstName: operations [notlike, like]
- updatedAt: operations [lte, gte, gt, lt, between, eq]
- status: operations [in, eq]
Sort query in format:
The following fields are sortable:
- createdAt
- profile.lastName
- profile.firstName
- updatedAt
Page number (default: 1)
Page size (default: 10, max: 50)