list_custom_questions
Retrieve all custom questions for a specific Eventbrite event by event ID. Use as_owner to include private events and fields when authorized.
Instructions
List custom Questions by Event.
ENDPOINT: GET /events/{event_id}/questions/
Returns paginated response with question array.
PARAMETERS:
as_owner (boolean): Return private events and fields
ERRORS (404):
NOT_FOUND: Event doesn't exist
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_owner | No | Return private events/fields | |
| event_id | Yes | Event ID (required) |