Linking to the seating chart, with showtime IDs

Fetching the TTG platform showtime ID for a performance.

Links to the white label seating chart require a showtime ID (with a querystring parameter of showtime_id=<id>).

To get a list of showtimes with showtime IDs use the showtimes API. The showtimes API takes a show ID and returns the available showtimes for that show: https://api.todaytix.com/api/v2/shows/<show id>/showtimes

As an example for Wicked in London the call would be:https://api.todaytix.com/api/v2/shows/313/showtimes

For a seating chart link, the full URL format including querystring parameters is:

<domain>/booking/seating-plan?product_id=<show id>&content_product_id=<show id>&venue_id=<venue id>&product_type=show&qt=<number of tickets>&showtime_id=<showtime id>&slot=1<time>&date=<year>-<month>-<day>