Skip to content

/AWS1/CL_I1D=>LISTDEVICEEVENTS()

About ListDeviceEvents

Using a device ID, returns a DeviceEventsResponse object containing an array of events for the device.

Method Signature

IMPORTING

Required arguments:

IV_DEVICEID TYPE /AWS1/I1D__STRING /AWS1/I1D__STRING

The unique identifier of the device.

IV_FROMTIMESTAMP TYPE /AWS1/I1D__TIMESTAMPISO8601 /AWS1/I1D__TIMESTAMPISO8601

The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z

IV_TOTIMESTAMP TYPE /AWS1/I1D__TIMESTAMPISO8601 /AWS1/I1D__TIMESTAMPISO8601

The end date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z

Optional arguments:

IV_MAXRESULTS TYPE /AWS1/I1DMAXRESULTS /AWS1/I1DMAXRESULTS

The maximum number of results to return per request. If not set, a default value of 100 is used.

IV_NEXTTOKEN TYPE /AWS1/I1D__STRING /AWS1/I1D__STRING

The token to retrieve the next set of results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_I1DLISTDEVEVENTSRSP /AWS1/CL_I1DLISTDEVEVENTSRSP