| Method | Endpoint | Summary | Enterprise/Premium |
|---|
| GET | /api/v1/resource/Geo | Return a list of all Geo records | Both |
| GET | /api/v1/resource/Geo/INFO | Return details of the Geo resource (like the table below) | Both |
| GET | /api/v1/resource/Geo/{GeoId} | Return details for a specific Geo record | Both |
| POST | /api/v1/resource/Geo/QUERY | Query for a specific set of records | Both |
| Data Element | Data Type | What is it | Mandatory |
|---|
| Id | Integer | The unique id for this record | No |
| Orm | VarChar | The object this geo is in reference to | No |
| RecId | Integer | The internal identifier of the associated Orm object | No |
| Longitude | Float | The longitude of the geo location | Yes |
| Latitude | Float | The latitude of the geo location | Yes |
| Accuracy | Float | The accuracy of the recorded geo location | No |
| No | VarChar | The number of the address | No |
| Street | VarChar | The street of the address | No |
| Suburb | Varchar | The suburb of the address | No |
| State | VarChar | The state of the address | No |
| Country | Integer | The id of the country for the address | No |
| Action | VarChar | The action performed while recording this geo record. Current options "TimesheetStart", "TimesheetEnd", "TimesheetPause" | |
| Creator | Integer | The id of the user who created the record | No |
| Created | DateTime | The time the record was originally created | No |
| Modified | DateTime | The last time the record was updated | |
Updated about 1 month ago