| Name | Description | Type | Additional information |
|---|---|---|---|
| Groups |
List of GeofenceGroupId's. |
Collection of integer |
None. |
| GeoJson |
Geo Json. GeoJSON is a format for encoding a variety of geographic data structures. http://geojson.org/ |
string |
None. |
| Id |
Internal Primary Key. |
integer |
None. |
| Reference |
External Code. |
string |
None. |
| Latitude |
Latitude coordinate. Obsolete for reading, use GeoJson in stead. Only used for storing/updating circular geofences. |
decimal number |
None. |
| Longitude |
Longitude coordinate. Obsolete for reading, use GeoJson in stead. Only used for storing/updating circular geofences. |
decimal number |
None. |
| Radius |
Radius indicating size of GeoFence. Distance unit is meters. |
decimal number |
None. |
| Name |
Friendly name for the GeoFence. |
string |
None. |
| Code |
Code for the GeoFence. |
string |
None. |
| Color |
Color for the GeoFence. |
string |
None. |
| IsPoP |
Bool indicating whether this geofence is a Point of Presence. |
boolean |
None. |
| IsPersonal |
Bool indicating whether this geofence is personal, so set userId. |
boolean |
None. |
| Created | date |
None. |