API Reference

Get device areas of interest

Gets a list of the areas of interest generated by the given device within a date range.

An Area of Interest is a location that the tracker visits frequently. Either an area where the tracker often stops, or passes by at very low speed multiple times during a week. This behavior is detected automatically by a smart agent, without any previous setup required by the user.

If endDate is not sent, default value is the current date.

A limit parameter may be passed to limit the number of alerts returned in one request.
If limit is not sent, default value is 100.

If a request returns nextToken, this value should be passed in the query params of the following request, in order to retrieve the next page of results.

Log in to see full request history
Path Params
string
required

The imei to filter areas of interest by.

Query Params
date-time
required

Datetime with the initial date to consider. In ISO 8601 format

date-time

Datetime with the end date to consider. In ISO 8601 format

number
≤ 100
Defaults to 100

Maximum number of results per page

string

Pagination token received from previous query

Responses

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json