* This is a beta API. All input and output parameters are subject to change without notice.
Returns all data types from all accessible devices within the specified geospatial area and date-time window.
{
status: 'error',
message: 'Valid radius not found! A valid radius is required when shape is circle'
}
shape
string
The shape of the geospatial area to search.
Select one of the following:
- circle
- envelope
shapeParams
array
A comma-separated array of coordinates going by the [lat, lon] format.
Latitudes and longitudes must be SRID 4326 compliant.
Example: 1,-1,2,-2 would translate to (1, -1), (2, -2)
startDate
string
Timestamp indicating the start date for data inclusion. Must be a ISO 8601 formatted string
Example: 2021-01-01T00:00:00Z
endDate
string
Timestamp indicating the start date for data inclusion. Must be a ISO 8601 formatted string
Example: 2021-02-01T00:00:00Z
pageSize
integer
The desired number of samples returned at once
Default: 500
radius
number
Radius (in meters) of geospatial area to query.
Only used if shape=circle
This parameter is required if shape=circle