cURL
curl --request GET \ --url 'https://api.example.com/devices/{device_id}/gate_map?HAIQU_API_KEY='
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get data for device visualization.
Args: device_id (str): ID of the Device. user (User): User authenticated with api key.
Returns: StreamingResponse: Image PNG data.
Successful Response