Skip to Content
Welcome to Festie! 🎪 The ultimate festival management platform is here!
Public REST APIGET /categories

GET /categories

Lists categories for one sub-fest.

GET /public-api/v1/categories

Query Parameters

NameTypeRequiredNotes
subFestIdUUIDYesSub-fest to list categories from.
pageintegerNoDefaults to 1.
limitintegerNoDefaults to 20, maximum 500.
sortBystringNoCategory sort field.
sortOrderasc or descNoSort direction.
searchstring arrayNoText 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