Skip to main content
Get Unavailable Events
curl --request GET \
  --url http://localhost:3000/api/unavailable-events/get-unavailable-events
[
  {
    "id": "<string>",
    "title": "<string>",
    "date": 123,
    "startTime": 123,
    "endTime": 123,
    "artistId": "<string>",
    "createdAt": 123,
    "updatedAt": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

Use this file to discover all available pages before exploring further.

Response

Unavailable events retrieved successfully

id
string
title
string
date
number
startTime
number
endTime
number
artistId
string
createdAt
number
updatedAt
number