events
Retrieve events from hub
Returns a filtered list of events from the hub. Use the DeviceFilter and EventFilter to scope results by device and event type, the StartUtc and EndUtc parameters to define the time window, and the pagination parameters to control the result set size. Optionally include event history or populate the AllEvents list by setting the corresponding flags.
Retrieve events from hub
Returns a filtered list of events from the hub. Supply device filter, event filter, time range, and pagination options in the request body. Supports the same filtering and response options as the GET variant.
Retrieve events from hub
Returns events from the hub starting at the specified UTC timestamp supplied in the path. Use the DeviceFilter, EventFilter, and pagination parameters to further narrow results. The StartUtc path parameter is combined with EndUtc and any offset values in the query string.
Retrieve events from hub
Returns events from the hub starting at the specified UTC timestamp in the path. Supply additional filters, pagination, and format options in the request body.
Retrieve events from hub
Returns events from the hub up to the specified end timestamp supplied in the path. Use the DeviceFilter, EventFilter, and pagination parameters to further narrow results.
Retrieve events from hub
Returns events from the hub up to the specified end timestamp in the path. Supply additional filters, pagination, and format options in the request body.
Retrieve events from hub
Returns events from the hub within the date range defined by the StartUtc and End path parameters. Use this endpoint for time-bounded queries without relying on query string date parameters, and combine it with device and event filters for more precise results.
Retrieve events from hub
Returns events from the hub within the date range defined by the StartUtc and End path parameters. Supply additional filters and pagination options in the request body.
Retrieve events from hub
Returns a paginated list of events from the hub using the Skip and Take values specified in the path. Use this endpoint to retrieve specific result pages without relying on query string pagination parameters.
Retrieve events from hub
Returns a paginated list of events from the hub using the Skip and Take values specified in the path. Supply additional filter options in the request body.
Retrieve events from hub
Returns a filtered list of events from the hub service. Use the query parameters to scope results by device, event type, time range, or status. Supply a TimeZoneId to receive times converted to the caller's local time zone.
Retrieve events from hub
Returns a filtered list of events from the hub service using a POST body. Use this form when the query parameters would exceed URL length limits. Supply a TimeZoneId in the body to receive times converted to the caller's local time zone.