REST API SVG floorplan download

Downloading the SVG floor plan is read-only.

  • Request
Parameter
Value
URL
/floorplan/<id>?productId=<productId>&kioskId=<kioskId>
Header
Accept: application/svg+xml
Header
Authorization: Bearer <TOKEN>
Method
GET
  • Attributes
Attributes
Description
Detail
ID
External Store ID
string
ProductID
Product ID to which you want to highlight SVG equipment
string
KioskID
Equipment ID that will serve as the beginning of the search path to the target equipment containing the product.
string
  • Response
Parameter
Value
Body
<svg fill-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color...></svg>

curl -H 'accept:application/svg+xml' -H 'Authorization: Bearer cDEHSUb03G8SJIAtHRYHYVeCmcxKxLDkVaUrhtBNGBSZpDyuBh' "https://[YOUR_COMPANY].iquant.eu/floorplan/55?productId=123456&kioskId=KID5&"