Get Track Box TrackPings (Multi)

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

Returns all trackpings for the given device ID

Query Parameters

fromFile (integer) - The minimum file number to be queried (default: 1)

fromTrackping (integer) - The minimum trackping 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

Response Format

{
   "Trackpings": array[ Trackping
}