View source: R/locationservice_operations.R
locationservice_get_device_position_history | R Documentation |
Retrieves the device position history from a tracker resource within a specified range of time.
See https://www.paws-r-sdk.com/docs/locationservice_get_device_position_history/ for full documentation.
locationservice_get_device_position_history(
TrackerName,
DeviceId,
NextToken = NULL,
StartTimeInclusive = NULL,
EndTimeExclusive = NULL,
MaxResults = NULL
)
TrackerName |
[required] The tracker resource receiving the request for the device position history. |
DeviceId |
[required] The device whose position history you want to retrieve. |
NextToken |
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. Default value: |
StartTimeInclusive |
Specify the start time for the position history in ISO 8601 format:
Requirement:
|
EndTimeExclusive |
Specify the end time for the position history in ISO 8601 format:
Requirement:
|
MaxResults |
An optional limit for the number of device positions returned in a single call. Default value: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.