get https://app.opendate.io/api/v2/confirms
By default, this endpoint returns all Confirms that are owned by the team for all venues. This endpoint supports the standard pagination parameters in addition to a couple of GET Query params to allow the results to be scoped by venue or searched:
venue_id | The id of the venue for the confirm |
search | Scope the results to only confirms where the title is similar to the search value |
has_tickets_types=true | Only list confirms that have ticket types configured (indicating tickets are available to be purchased) |
q[start_time_lteq]=2021-09-08T13:18:56-04:00 | Filter for events where the start_time is before the given time (in the past, iso8601 format) |
q[start_time_gteq]=2021-09-08T13:18:56-04:00 | Filter for events where the start_time is past the given time (in the future, iso8601 format) |
q[s]=start_time%20asc | Sort confirms by its start_time in asc order |
q[calendar_classification_eq]=on_sale | Only list confirms that have been published by the venue (indicating the event has tickets for sale) |
q[calendar_classification_eq]=past | Only list confirms that are in the past (and no longer on sale) |