Get Track Box TrackPings (File)

GET .../customers/{customerID}/devices/{deviceID}/files/{fileNo}/trackpings

Returns the content of the trackping file with the given device ID / file number

Query Parameters

fromTrackping (integer) - The minimum passing number to start with (default: 1)

amount (integer) - The amount of trackpings to send from the file, if there are less trackpings available then the max available will be sent

download (integer) - Set 1 to download a trackpings file (.txt format)

Response Format

{
   "Trackpings": array[ Trackping
}