Get connection audit history for a device

Returns a paginated list of connection attempt audit records for a device, sorted newest first.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

deviceNamestringRequired
deviceName

Query parameters

limitintegerOptionalDefaults to 50
Maximum number of records to return
offsetintegerOptionalDefaults to 0
Number of records to skip

Response

Paginated list of connection audit records for the device

Errors

500
Internal Server Error