My client says that in the Tessitura client they are able to manually set an integer on each seat for a performance which indicates the best seat value for that seat. Is there any way to get this value via the REST API?
Due to COVID requirements (fun!) we need to black out every second seat, so I have built a custom seat selector which chooses contiguous seating, taking the blacked-out seats into account. It would be great to be able to grab the best seat value so that I could incorporate best seating logic in this.
Thanks
I agree with what Fredrik said - the standard Tessitura best seating logic should still work even with your holds/blackouts in place. I don't know of any standard API endpoint that will return the best seat ranking number for a seat, but if you have to have it you could write a custom procedure to pull the data out of T_BS_GROUP joined with TX_BSGROUP_SEAT.
Cheers,Bill