Skip to main content

Get attached EventDates of Product Type

GET 

/product/:guid/dates

Get all attached EventDates of a specific Product Type.

Request

Path Parameters

    guid uuidrequired

    The guid of the Product Type.

Responses

The attached EventDates of the Product Type 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...