Skip to main content
Get Unavailable Events for Artist
curl --request GET \
  --url http://localhost:3000/api/unavailable-events/get-unavailable-events-for-artist
[
  {
    "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.

Query Parameters

artistId
string
required

The ID of the artist

Response

Unavailable events retrieved successfully

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