GetDevicePositionHistoryRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The device whose position history you want to retrieve.

Link copied to clipboard

Specify the end time for the position history in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be the time that the request is made.

Link copied to clipboard

An optional limit for the number of device positions returned in a single call.

Link copied to clipboard

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.

Link copied to clipboard

Specify the start time for the position history in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be 24 hours prior to the time that the request is made.

Link copied to clipboard

The tracker resource receiving the request for the device position history.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String