Skip to main content
_id
string

An unique identifier for the location history record, often used for database or system reference.

taskId
string

An identifier for the task associated with this location data.

email
string

The email associated with the user whose location is being tracked.

lat
number

The latitude coordinate of the location.

lon
number

The longitude coordinate of the location.

speed
integer

The speed at which the user was moving at this particular location.

distance
integer

The distance covered by the user from the previous recorded location.

distanceToDest
number

Distance estimated from the next location.

duration
integer

The time duration for which this location data was recorded.

notes
string

Additional notes associated with this location data.

eventName
string

A flagging of location history with value otw, nearBy and done.

isLatest
boolean

A value indicating whether this entry represents the latest location data.

time
integer

The timestamp indicating when this location data was recorded.

startTime
string

The timestamp indicating when this location data recording started.

trackedTime
integer

The total time duration for which the user was tracked at this location.

finish
object

Details about the finish of the activity. Includes the latitude, longitude, finish time, notes, total duration, and total distance.

organizationId
string

An identifier for the organization associated with this location data.

updatedBy
string

The email associated with the user whose update this location history data.

createdBy
string

The email associated with the user whose create this location history data.

updatedTime
string

The timestamp indicating when this location data entry was last updated.

createdTime
string

The timestamp indicating when this location data entry was created.

createdFrom
string

A flagging for describe location history created from, default value generated by system is mileAppField.