How to retrieve all stands in a hall

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/getHalls first to retrieve hall IDs

  • If the hall has no stands, the stands key is absent from data

  • Only stands with is_conference: true appear in GET /api/v2/sessions/getLocations and are usable as session locations