locationservice_list_device_positions {paws.application.integration} | R Documentation |
A batch request to retrieve all device positions
Description
A batch request to retrieve all device positions.
See https://www.paws-r-sdk.com/docs/locationservice_list_device_positions/ for full documentation.
Usage
locationservice_list_device_positions(
FilterGeometry = NULL,
MaxResults = NULL,
NextToken = NULL,
TrackerName
)
Arguments
FilterGeometry |
The geometry used to filter device positions. |
MaxResults |
An optional limit for the number of entries returned in a single call. Default value: |
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: |
TrackerName |
[required] The tracker resource containing the requested devices. |
[Package paws.application.integration version 0.6.0 Index]