How to retrieve all halls for an event

How to retrieve all halls for an event

Use this guide to fetch all halls configured for a given event. Hall IDs are required when creating stands or assigning hall locations to sessions.


Request

Bash
curl -X GET "https://your-event-domain.com/api/v2/floorplan/getHalls?event_id=7" \
  -H "Authorization: Bearer your_api_key_here"

Notes

  • If the event has no halls, data will be an empty object (no halls key)

  • is_conference: true indicates the hall is eligible to appear as a session location in GET /api/v2/sessions/getLocations

  • Use the id values when creating stands (hall_id in POST /api/v2/floorplan/setStand)