v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management

Get a list of the customers device fingerprints

This will return all device fingerprints linked to the customer

get/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/device-fingerprints

Path parameters

tenantIdinteger required
customerIdinteger required

Response

OK

createdstring date-time

When the device fingerprint was created

customerIdinteger

Customer id the device fingerprint is used by

deviceFingerprintstring

The device fingerprint

deviceFingerprintIdinteger

Unique id for the device fingerprint

deviceNamestring

The friendly name of the device the fingerprint is for

lastModifiedstring date-time

When the device fingerprint was last modified

Example response

[
  {
    "created": "2022-03-10T12:15:50-04:00",
    "lastModified": "2022-03-10T12:15:50-04:00"
  }
]