GET /subfests
Lists active sub-fests for the resolved festival.
GET /public-api/v1/subfestsQuery Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
page | integer | No | Defaults to 1. |
limit | integer | No | Defaults to 20, maximum 500. |
sortBy | string | No | Sub-fest sort field. |
sortOrder | asc or desc | No | Sort direction. |
search | string | No | Searches public sub-fest fields. |
levelId | UUID | No | Filter by level. |
status | string | No | Non-active statuses return an empty public list. |
Public filtering restricts records to active, non-deleted sub-fests.
Example
curl \
-H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
"https://testapi.festie.app/public-api/v1/subfests?page=1&limit=20"
Response Data
Each item includes public sub-fest identity, display settings, status, level where public, and timestamps.
Last updated on