List all Gateway
List all organization gateway
Get all organization gateway
GET https://<baseurl>/v1/organization/gateway/@clientUUID
This endpoint allows you to get free cakes.
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
Headers
Name
Type
Description
Authentication
string
Authentication token
#########################################################################
## success
#########################################################################
{
    "message": "success",
    "status": 200,
    "gateway": [
        {
            "id": 87,
            "uuid": "a61f2da1-fc75-4fde-9b01-28ebfdf4c194",
            "gatewayName": "aasSA",
            "gatewayType": "ble",
            "floorplanName": "ssss",
            "buildingName": "M G Road Office"
        },
        {
            "id": 91,
            "uuid": "f4839342-6317-4929-9768-2105ef3a7dbf",
            "gatewayName": "dfsfds",
            "gatewayType": "ble",
            "floorplanName": "ssss",
            "buildingName": "M G Road Office"
        },    
    ]
}
#########################################################################
## Error:No data found
#########################################################################
{
    "message": "error",
    "status": 400,
    "description": "No data found"
}Last updated
Was this helpful?