Events
Get special event
Get details about a special event.
get/special-events/{eventId}
Path parameters
eventIdstring uuid required
Example:dad4bce8-f5cb-4078-a211-995864315e39
Identifier for a special event.
Response
Success.
Example response
{
"eventId": "3be6453c-03eb-4357-ae5a-984a0e574a54",
"name": "Pirate Coding Workshop",
"location": "Computer Room",
"eventDescription": "Captain Blackbeard shares his love of the C...language. And possibly Arrrrr (R lang).",
"dates": [
"2023-10-29"
],
"price": 25
}