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

GET /teams

Lists teams for one sub-fest.

GET /public-api/v1/teams

Query Parameters

NameTypeRequiredNotes
subFestIdUUIDYesSub-fest to list teams from.
pageintegerNoDefaults to 1.
limitintegerNoDefaults to 20, maximum 500.
sortBystringNoTeam sort field.
sortOrderasc or descNoSort direction.
searchstring arrayNoText search terms.
colorCodestring arrayNoFilter by team color.
hasCandidatesboolean arrayNoFilter by candidate presence.

Example

curl \
  -H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  "https://testapi.festie.app/public-api/v1/teams?subFestId=00000000-0000-4000-8000-000000000000"

Response Data

Each item includes id, name, displayName, publicName, motto, logoUrl, colorCode, displayOrder, level, parentTeam, and candidateCount.

Last updated on