Get All Events

View as Markdown
## Get All Events Retrieves a list of all available convention events. ### Endpoint `GET https://photos.conventionphotography.com/event` ### Description This API endpoint returns a collection of all convention events available in the system. Used to populate event listings and allow users to browse available photo galleries. ### Headers - **Accept**: `*/*` - Accepts any content type - **User-Agent**: Browser identification - **Sec-Fetch-Dest**: `empty` - AJAX/fetch request - **Sec-Fetch-Mode**: `cors` - CORS mode enabled - **Sec-Fetch-Site**: `same-origin` - Same-origin request ### Response Format Returns JSON array containing event objects with: - Event code/ID - Event name - Event date - Photo count - Thumbnail URLs - Status information ### Use Cases - Display event listings on homepage - Populate event selection dropdowns - Browse available photo galleries - Event search and filtering ### Authentication No authentication required for public event listings.

Headers

hoststringOptional
sec-ch-uastringOptional
Sec-Fetch-DeststringOptional
Sec-Fetch-ModestringOptional
Sec-Fetch-SitestringOptional
sec-ch-ua-mobilestringOptional
sec-ch-ua-platformstringOptional

Response headers

Serverstring
Datestring
Transfer-Encodingstring
Connectionstring
Varystring
Access-Control-Allow-Originstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Headersstring
Strict-Transport-Securitystring
X-Content-Type-Optionsstring
X-Frame-Optionsstring
X-XSS-Protectionstring
Referrer-Policystring
X-Webcom-Cache-Statusstring
Content-Encodingstring

Response

Get All Events