How to retrieve all stands in a hall
Use this guide to fetch all stands belonging to a given hall. Stand IDs are required when assigning a stand location to a session.
Request
Bash
curl -X GET "https://your-event-domain.com/api/v2/floorplan/getStands?hall_id=9" \
-H "Authorization: Bearer your_api_key_here"
Notes
-
Use
GET /api/v2/floorplan/getHallsfirst to retrieve hall IDs -
If the hall has no stands, the
standskey is absent fromdata -
Only stands with
is_conference: trueappear inGET /api/v2/sessions/getLocationsand are usable as session locations