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

GET /downloads

Lists public downloadable files for the resolved festival.

GET /public-api/v1/downloads

Query Parameters

NameTypeRequiredNotes
pageintegerNoDefaults to 1.
limitintegerNoDefaults to 20, maximum 500.
sortBystringNoDownload sort field.
sortOrderasc or descNoSort direction.
searchstringNoSearches public download text fields.
categorystringNoFilters by download category.
isPublicbooleanNoPublic output is restricted to public downloads.

Example

curl \
  -H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  "https://testapi.festie.app/public-api/v1/downloads?category=forms"

Response Data

Each item includes:

FieldNotes
idDownload id.
titlePublic title.
descriptionPublic description.
categoryPublic category label.
fileUrlPublic file URL.
createdAt, updatedAtTimestamps.
Last updated on