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 [ 
- ] 
idstring
latdouble
lngdouble
radiusint32
httpMethodstring
urlstring
[
  {
    "id": "string",
    "lat": 0,
    "lng": 0,
    "radius": 0,
    "httpMethod": "string",
    "url": "string"
  }
]