get https://app.opendate.io/api/v2/confirms//tickets
This endpoint returns all Tickets that are associated with the Confirm. This endpoint supports the standard pagination parameters in addition to a “search” GET query parameter to search the tickets by first name, last name, and email address.
Query | Description |
---|---|
search | Scope the results to only tickets where the customer’s name or email is similar to the search value |
q[checked_in_at_not_null]=true | Filter to only Tickets that have been checked in |
q[s][]=last_name%20asc&q[s][]=first_name%20asc | Order tickets by last name first, then first name (in asc order) |