Events
Get special event
Get details about a special event.
AuthorizationBasic <token>
In: header
Path Parameters
eventIdstring
Identifier for a special event.
Format
uuid
Response Body
curl -X GET "https://redocly.com/_mock/docs/openapi/museum-api/special-events/dad4bce8-f5cb-4078-a211-995864315e39"
{
"eventId": "6744a0da-4121-49cd-8479-f8cc20526495",
"name": "Time Traveler Tea Party",
"location": "Temporal Tearoom",
"eventDescription": "Sip tea with important historical figures.",
"dates": [
"2023-11-18",
"2023-11-25",
"2023-12-02"
],
"price": 60
}
{
"type": "object",
"title": "Validation failed"
}
{
"type": "object",
"title": "Validation failed"
}
Last updated on