Get the geofences of an asset
GET/rules/geofences/:assetId
Get the geofences of an asset
Request
Path Parameters
assetId stringrequired
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id string
lat double
lng double
radius int32
httpMethod string
url string
[
{
"id": "string",
"lat": 0,
"lng": 0,
"radius": 0,
"httpMethod": "string",
"url": "string"
}
]
Loading...