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,
datawill be an empty object (nohallskey) -
is_conference: trueindicates the hall is eligible to appear as a session location inGET /api/v2/sessions/getLocations -
Use the
idvalues when creating stands (hall_idinPOST /api/v2/floorplan/setStand)