How to retrieve floor plan coordinates for a hall

How to retrieve floor plan coordinates for a hall

Use this guide to fetch the spatial coordinate data for stands within a hall, enabling interactive floor plan rendering.


What you'll need

What you need

Where to get it

Hall ID

GET /api/v2/floorplan/getHalls?event_id=


Request

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

Notes

  • The response includes stand positions (x, y coordinates), dimensions, and identifiers

  • Use this alongside GET /api/v2/floorplan/getStands for complete stand metadata