Skip to main content

Get Devices

GET 

https://app.infodeck.io/api/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.

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X GET 'https://app.infodeck.io/api/lns/tenants/:tenantId/applications/:applicationId/devices/all' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!