get_custom_question
Fetch a specific Eventbrite custom question by event and question ID. Use it to view question details or confirm a question exists before updating it.
Instructions
Retrieve a Custom Question by ID.
ENDPOINT: GET /events/{event_id}/questions/{question_id}/
ERRORS (404):
NOT_FOUND: Question doesn't exist
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID (required) | |
| question_id | Yes | Question ID (required) |