IoT Devices

Gets the specified device.

get/api/devices/{deviceID}

Path parameters

deviceIDstring required

The device identifier.

Response

OK

deviceIDstring nullable

The device identifier.

deviceNamestring required

The name of the device.

modelIdstring required

The model identifier.

modelNamestring nullable

The model name. (For AWS)

imagestring nullable

The device model image Url.

isConnectedboolean

true if this instance is connected; otherwise, false.

isEnabledboolean

true if this instance is enabled; otherwise, false.

statusUpdatedTimestring date-time

The status updated time.

lastActivityTimestring date-time

Gets or sets the last activity time.

tagsobject nullable

List of custom device tags and their values.

isLoraWanboolean

true if this instance is lorawan; otherwise, false.

layerIdstring nullable

The LayerId of the device.

Changes

Changed in 1 of the 3 revisions of this API.39

  • 8f5ec4f45de139See the full diff
    • removed the optional property imageUrl from the response with the 200 status (media type: text/plain)

      response-optional-property-removed

    • removed the optional property imageUrl from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • removed the optional property imageUrl from the response with the 200 status (media type: text/json)

      response-optional-property-removed

    • added the optional property image to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property image to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property image to the response with the 200 status (media type: text/json)

      response-optional-property-added

    • added the optional property lastActivityTime to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property lastActivityTime to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property lastActivityTime to the response with the 200 status (media type: text/json)

      response-optional-property-added

    • added the optional property layerId to the response with the 200 status (media type: text/plain)

      response-optional-property-added

    • added the optional property layerId to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property layerId to the response with the 200 status (media type: text/json)

      response-optional-property-added