Exports a GPS path object for a specified target. Data returned as either standard KML log file or binary GPS log file.
Note: This operation is only supported in version 2.X.
Required Information | |
---|---|
Name | Description |
action | showposition |
operation | path |
format | kml or binary – binary is explained below |
starttime | Unix epoch timestamp |
endtime | Unix epoch timestamp |
target | The asset to query. If specified a reqtype (request type) must be specified as well. |
reqtype | Flag to identify the key being used to identify the asset. Acceptable values:
|
type | When using reqtype of tag or fleet this must also be specified in version 2. See asset types for more details. Acceptable values are Standard or Trailer |
version | API protocol version – version 2 only |
logvers | 2 |
Optional Information | |
tstype | A flag to indicate what the starttime/endtime variables represent. Acceptable values are:
If tstype is not specified, or is blank a value of ‘ |
revgeocode | A flag to indicate whether or not to reverse geocode the points returned. Acceptable values are:
If revgeocode is not specified, or is blank a value of ‘ Note: This is currently only applied to CSV exports. |