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