v7

latestSwagger 2.02026-07-13186148695.0 KB
SensorEvents

Returns a list of sensor events data. Time span for query is limited to 90 days at a time. Returns last 90 days events when startDateTime and endDateTime are not provided.

get/sensor-events

Query parameters

sensorIdstring required

Id of the associated sensor.

sensorPartnerIdstring required

Id of the associated sensor partner.

startDateTimestring date-time

Search span start time of sensor events (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. It is truncated upto seconds if fraction is provided.

endDateTimestring date-time

Search span end time of sensor events (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. It is truncated upto seconds if fraction is provided.

excludeDuplicateEventsboolean

Flag to exclude duplicate events and take the latest ones only (Default: false).

api-versionstring required

The requested API version

Response

Success

skipTokenstring

Token used in retrieving the next page. If null, there are no additional pages.

nextLinkstring

Continuation link (absolute URI) to the next page of results in the list.