Skip to main content

Get Devices

GET 

/lns/tenants/:tenantId/applications/:applicationId/devices/all

Get devices

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

    applicationId stringrequired

    The ID of application.

    devEui stringrequired

    The ID of device.

Query Parameters

    offset number

    Default value: 0

    The offset of device.

    limit number

    Possible values: >= 1 and <= 100

    Default value: 20

    The limit of device.

Responses

Schema
    data object[]required

    Data of the device.

  • Array [
  • devEui stringrequired
    lastSeenAt numberrequired
    activateStatus booleanrequired
  • ]
  • totalCount numberrequired

    Total count of device.

Loading...