Skip to main content

Get special event

GET 

/special-events/:eventId

Get details about a special event.

Request

Path Parameters

    eventId uuidrequired

    An identifier for a special event.

Responses

Success

Schema
    eventId uuidrequired

    Identifier for a special event.

    name EventNamerequired

    Name of the special event

    location EventLocationrequired

    Location where the special event is held

    eventDescription EventDescriptionrequired

    Description of the special event

    dates date[]required

    List of planned dates for the special event

    price floatrequired

    Price of a ticket for the special event

Loading...