Parameters

Name Description
applicationid:int * required
integer
(path)
userid:int * required
integer
(path)
Date * required
string
(query)

											
[
  {
    "endTrackPoint": {
      "position": {
        "altitude": 0,
        "latitude": 0,
        "longitude": 0
      },
      "uTC": "string",
      "valid": true,
      "velocity": {
        "groundSpeed": 0,
        "heading": 0
      }
    },
    "isIdle": true,
    "startTrackPoint": {
      "position": {
        "altitude": 0,
        "latitude": 0,
        "longitude": 0
      },
      "uTC": "string",
      "valid": true,
      "velocity": {
        "groundSpeed": 0,
        "heading": 0
      }
    },
    "totalDistance": 0,
    "trackInfoId": 0,
    "userId": 0
  }
]
											
										

Name Description
applicationid:int * required
integer
(path)
ID of the application you want to work with.
userid:int * required
integer
(path)
The user id for which you want to get the tracks
Date * required
string
(query)
The date, in Vehicle Tracker application local time, that you want to get the tracks for. (for example 2017-10-30)
From
string
(query)
From timestamp, in Vehicle Tracker application local time (default is 00:00:00) from which you want to get the tracks. (format is MM:HH:SS, for example 17:10:30)
Until
string
(query)
Until timestamp, in Vehicle Tracker application local time (default is 23:59:59) to which you want to get the tracks. (format is MM:HH:SS, for example 23:10:30)
Filtered
boolean
(query)
Set this flag if you want to use filtered reader

											
[
  {
    "position": {
      "altitude": 0,
      "latitude": 0,
      "longitude": 0
    },
    "serverUtc": "string",
    "trackInfoId": 0,
    "uTC": "string",
    "valid": true,
    "variables": [
      "string"
    ],
    "velocity": {
      "groundSpeed": 0,
      "heading": 0
    }
  }
]
											
										

Name Description
applicationid:int * required
integer
(path)
ID of the application you want to work with.
userid:int * required
integer
(path)
The user id for which you want to get the track summaries
Date * required
string
(query)
The date, in Vehicle Tracker application local time, that you want to get the track summaries for. (for example 2017-10-30)
Filtered
boolean
(query)
Set this flag if you want to use filtered reader

											
[
  {
    "boundingBox": {
      "maxM": 0,
      "maxTime": "string",
      "maxX": 0,
      "maxY": 0,
      "maxZ": 0,
      "minM": 0,
      "minTime": "string",
      "minX": 0,
      "minY": 0,
      "minZ": 0
    },
    "count": 0,
    "endPosition": {
      "altitude": 0,
      "latitude": 0,
      "longitude": 0
    },
    "id": 0,
    "startPosition": {
      "altitude": 0,
      "latitude": 0,
      "longitude": 0
    },
    "totalDistance": 0,
    "updated": "string",
    "userId": 0
  }
]
											
										

Name Description
applicationid:int * required
integer
(path)
ID of the application you want to work with.
UpdatedSince :int * required
string
(query)
Get tracks updated since this timestamp. Defined by date-time - RFC3339
Sample date-time: 1996-12-19T16:39:57-08:00 This represents 39 minutes and 57 seconds after the 16th hour of December 19th, 1996 with an offset of -08:00 from UTC (Pacific Standard Time). Note that this is equivalent to 1996-12-20T00:39:57Z in UTC.
From
string
(query)
Only include tracks created after this timestamp (from start date). Defined by date-time - RFC3339
Sample date-time: 1996-12-19T16:39:57-08:00 This represents 39 minutes and 57 seconds after the 16th hour of December 19th, 1996 with an offset of -08:00 from UTC (Pacific Standard Time). Note that this is equivalent to 1996-12-20T00:39:57Z in UTC.
Until
string
(query)
Only include tracks created before this timestamp (until end date). Defined by date-time - RFC3339
Sample date-time: 1996-12-19T16:39:57-08:00 This represents 39 minutes and 57 seconds after the 16th hour of December 19th, 1996 with an offset of -08:00 from UTC (Pacific Standard Time). Note that this is equivalent to 1996-12-20T00:39:57Z in UTC.

											
[
  {
    "count": 0,
    "created": "string",
    "id": 0,
    "updated": "string",
    "userId": 0
  }
]
											
										

Name Description
applicationid:int * required
integer
(path)
ID of the application you want to work with.
trackinfoid:int * required
integer
(query)
The trackinfo id for which you want to get the tracks
Filtered
boolean
(query)
Set this flag if you want to use filtered reader

											
[
  {
    "position": {
      "altitude": 0,
      "latitude": 0,
      "longitude": 0
    },
    "serverUtc": "string",
    "trackInfoId": 0,
    "uTC": "string",
    "valid": true,
    "variables": [
      "string"
    ],
    "velocity": {
      "groundSpeed": 0,
      "heading": 0
    }
  }
]