Entity Information
Data type: Geofence, fields list
Spatial geography data can be optionally included. It is returned in WGS 84 coordinate system (4326)
1.Returns all geofence that match query parameters
URL: /api/geofences
Query parameter | Required | Type | Default | Description |
---|---|---|---|---|
attributes | No | Semicolon-delimited list of attribute values | - | If parameter specified, returns only geofences with matching attribute values. |
includechilddivisions | No | True/False | False | If set to true, returns geofences for subdivisions as well. |
includegeographydata | No | True/False | False | If set to true, includes spatial geography data into geofences |
2. Returns a specific geofence by its Id
URL: /api/geofences/{geofenceId}
Query parameter | Required | Type | Default | Description |
---|---|---|---|---|
includechilddivisions | No | True/False | False | If set to true, search geofences in subdivisions as well. |
includegeographydata | No | True/False | False | If set to true, includes spatial geography data into geofence |