Get GPS data for all the devices the calling user can access among a list (if provided) or from all the devices in the account (if the list is not provided).

Provides GPS data that were previously stored in the database for all the devices to which the calling user has access among the deviceIds list (if provided) or from all the devices in the account (if the list is not provided).
The results can be filtered by:

  • The time interval [minTimestamp, maxTimestamp] (if given).
  • and/or defining a circular area that must contain the geolocation (if latitude, longitude and radius are defined). This filter makes more sense when requesting data for a set of devices than for a single device for a user case like "get the devices close to a point given by longitude and latitude at a moment in time".

The server will provide up to the default number of items specified in 'limit' if 'limit' is not provided. If there are more GPS data items than the 'limit', then the results are provided with pagination. Using the 'sortBy' parameter, the caller can choose to sort the results in ascending or descending order by timestamp.
Language
URL
Click Try It! to start a request and see the response here!