Skip to main content

Get all EventDates

GET 

/eventdate

Returns all EventDates of the requested Company.

Request

Responses

EventDates found.

Schema

  • Array [

  • guid uuidrequired

    The guid of the EventDate

    event_id uuidrequired

    The guid of the Event for this EventDate.

    start ISO 8601required

    The start of the date range.

    end ISO 8601required

    The end of the date range. Must be later than start date.

    seats_event_key string

    Possible values: <= 255 characters

    The Event key (See Seats.io).

    facebook_event_id string

    Possible values: <= 255 characters

    The Facebook event ID.

    seated boolean

    Whether an EventDate is seated or not.

  • ]

Loading...