Skip to main content
GET
/
api
/
halls
Get all the halls
curl --request GET \
  --url https://tandem.hlofiys.xyz/api/halls
[
  {
    "hall_id": 123,
    "name": "<string>",
    "address": "<string>",
    "seating_chart_image_url": "<string>"
  }
]

Response

Successful response. Returns an array of all existing halls

hall_id
integer<int64>
required

Unique hall ID

name
string
required

Hall name

address
string
required

Hall address

seating_chart_image_url
string
required

Link to download the hall seating chart