GET /categories
Lists categories for one sub-fest.
GET /public-api/v1/categoriesQuery Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
subFestId | UUID | Yes | Sub-fest to list categories from. |
page | integer | No | Defaults to 1. |
limit | integer | No | Defaults to 20, maximum 500. |
sortBy | string | No | Category sort field. |
sortOrder | asc or desc | No | Sort direction. |
search | string array | No | Text search terms. |
Example
curl \
-H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
"https://testapi.festie.app/public-api/v1/categories?subFestId=00000000-0000-4000-8000-000000000000"
Response Data
Each item includes id, name, description, displayOrder, candidateCount, and programmeCount.
Last updated on