Get all the seat types by hall ID
Seat Types
Get all the seat types by hall ID
Retrieves a list of all seat types defined for a specific hall. Each seat type includes its name, price, and associated color, which can be used to render a legend for the seating chart. This is a public endpoint and does not require authentication.
GET
Get all the seat types by hall ID
Path Parameters
Response
Successful response. Returns an array of all existing seat types in hall
Unique seat type ID
Seat type name
Cost of place. Passed as a string to preserve precision
Example:
"99.90"
Color in 6-digit or 3-digit HEX format, starting with '#'
Pattern:
^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$Example:
"#4A90E2"
Unique hall ID