Skip to main content

Get Device Queue Items

GET 

https://app.infodeck.io/api/lns/tenants/:tenantId/applications/:applicationId/devices/deviceId/queues

Get device queue items

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

    applicationId stringrequired

    The ID of application.

    deviceId stringrequired

    The ID of device.

Query Parameters

    countOnly string

    Possible values: [true, false]

    Default value: false

    The countOnly of device.

Responses

Schema
    data object[]required

    Data of the device queue.

  • Array [
  • applicationId stringrequired
    devEui stringrequired
    id stringrequired
    confirmed booleanrequired
    fPort numberrequired
    data stringrequired
    isPending booleanrequired
    fCntDown numberrequired
  • ]

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/deviceId/queues' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
— query
ResponseClear

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