Read location history
Authorizations
Use a valid Bearer token to authenticate.
Query Parameters
Worker's email that assigned to the monitored task.
The identifier for the task that generated by system. Use GET /tasks API to get the list of Task IDs.
Example: 621dd813eb3ebf16b94d6969
The page number of results to retrieve. Example: 2
Specifies the maximum number of items to retrieve in a single request. Example: 10
1 <= x <= 1000sortOrder is to decide ascending or descending order by createdTime
Example: asc or desc.
Default: desc
Optional filter to range data between one of the following options :
enum: createdTime,startTime
If this parameter is not provided, the timeFrom and timeTo filters will be ignored.
Example: createdTime
date time selector to select timeBy from.
Example: 2023-00-01 00:00:00
date time selector to select timeBy to.
Example: 2023-00-10 00:00:00
when the value is true the start finish record will be show, if the value is false it only displays the location history record.
when the value is true, it will display the latest location history data from the user, and if the value is false, it will show the older location history data.
Fields is for selecting the specific fields that you can choose by multiples to show in the response using a string with a comma delimiter.
A flagging of location history with value otw, nearBy and done.
Example: done.
Default: null
Source identifier for the location history entry. System-generated entries default to mileAppField, override this value when integrating a custom device or external source.
Example: GPS
Default: mileAppField