get https://api.iotgps.io/v1/devices//messages
This retrieves messages sent by the given device over some date range.
A limit
parameter may be passed to limit the number of messages returned in one request.
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.