Get Event Sub-Folder Photos
## 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
host
sec-ch-ua
Sec-Fetch-Dest
Sec-Fetch-Mode
Sec-Fetch-Site
sec-ch-ua-mobile
sec-ch-ua-platform
Query parameters
page
limit
Response headers
Server
Date
Transfer-Encoding
Connection
Vary
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Strict-Transport-Security
X-Content-Type-Options
X-Frame-Options
X-XSS-Protection
Referrer-Policy
X-Webcom-Cache-Status
Content-Encoding
Response
Get Event Sub-Folder Photos