Changes to the Event API
Published
To track participant seating, we have added the following new endpoints:
- GET Get participant seating details
- PATCH Edit participant seating
We have also added the seating_group
and seating_notes
properties to the GET Get event participant list endpoint. For more information, see Event API resources.
News SKY Developer Announcements
11/20/2024 9:19am EST
Leave a Comment
Just looked at the endpoint and notice that for editing seating, there is only a “seat” property to set, and is a concatenated string of section, table, and seat, in a specific “format”. Is that correct documentation? I imagine you would do a “seat” as a object, with sub property individualized to section, table, and seat.