cURL
curl --request GET \ --url https://tandem.hlofiys.xyz/api/halls/{hall_id}
{ "hall_id": 123, "name": "<string>", "address": "<string>", "seating_chart_image_url": "<string>" }
Retrieves the complete details for a single hall by its unique identifier. This is a public endpoint and does not require authentication.
Successful response. Contains complete information about the hall corresponding to the specified ID
Unique hall ID
Hall name
Hall address
Link to download the hall seating chart