Skip to main content

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 response

Schema

  • Array [

  • id string
    lat double
    lng double
    radius int32
    httpMethod string
    url string
  • ]

Loading...