List Floorplan Gateway
List floorplan wise gateways
Get floorplan wise gateways
GET https://<baseurl>/v1/organisation/floorplan/gateway/@clientUUID/@floorplanUUID
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
floorplanUUID
string
Floor plan UUID
Headers
Name
Type
Description
Authentication
string
Authentication token
#########################################################################
## success
#########################################################################
{
    "message": "success",
    "status": 200,
    "gateway": [
        {
            "id": 94,
            "uuid": "284626ca-8612-4f62-8fb2-fd93e2027247",
            "gatewayName": "gate1",
            "gatewayType": "ble",
            "floorplanName": "hsdhgsdhhd",
            "buildingName": "Burj Khalifa - Sheikh Mohammed bin Rashid Boulevard - Dubai - United Arab Emirates"
        }
    ]
}
#########################################################################
## Error:No data found
#########################################################################
{
    "message": "error",
    "status": 400,
    "description": "No data found"
}Last updated
Was this helpful?