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 or null
Datestring or null
Transfer-Encodingstring or null
Connectionstring or null
Varystring or null
Access-Control-Allow-Originstring or null
Access-Control-Allow-Methodsstring or null
Access-Control-Allow-Headersstring or null
Strict-Transport-Securitystring or null
X-Content-Type-Optionsstring or null
X-Frame-Optionsstring or null
X-XSS-Protectionstring or null
Referrer-Policystring or null
X-Webcom-Cache-Statusstring or null
Content-Encodingstring or null

Response

Get All Events