Get Event Sub-Folder Photos

View as Markdown
## Get Event Sub-Folder Photos Retrieves photos from a specific sub-folder within an event day. ### Endpoint `GET https://photos.conventionphotography.com/event/ASDAR26/02. Friday/02. Districts, Sign, BoM, Awards Luncheon` ### Description Fetches photos from a deeply nested folder structure within an event. Events can be organized hierarchically (Event > Day > Session/Activity), and this endpoint allows browsing specific sessions or activities. ### Path Parameters - **eventCode**: `ASDAR26` - The unique event identifier - **dayFolder**: `02. Friday` - The day folder (URL encoded) - **sessionFolder**: `02. Districts, Sign, BoM, Awards Luncheon` - The specific session/activity folder (URL encoded) ### Query Parameters - **page**: `1` - Page number for pagination - **limit**: `50` - Photos per page ### Headers - **Accept**: `*/*` - Accepts any content type - **Sec-Fetch-Mode**: `cors` - CORS request - **Sec-Fetch-Site**: `same-origin` - Same-origin ### Response Format Returns JSON with: - Photo array for the specific session - Folder metadata - Pagination information - Parent folder references ### Folder Hierarchy ``` Event (ASDAR26) └── Day (02. Friday) └── Session (02. Districts, Sign, BoM, Awards Luncheon) └── Photos ``` ### Use Cases - Browse photos by specific activity - Navigate hierarchical event structure - Filter photos by session/location - Organize large multi-day events ### Authentication No authentication required for public folder access.

Headers

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

Query parameters

pageintegerOptional
limitintegerOptional

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 Event Sub-Folder Photos