Skip to main content

Get Supported Asset Type

GET 

/supported-asset-types/:supportedAssetTypeId

Get Supported Asset Type

Request

Path Parameters

    id stringrequired

    The ID of supported asset type

Responses

Schema
    data objectrequired

    Data of the supported asset type.

    id stringrequired
    name stringrequired
    description stringrequired
    isIotDevice stringrequired
    image stringrequired
    brand stringrequired
    model stringrequired
    encodeCodec stringrequired
    decodeCodec stringrequired
    properties object[]required
  • Array [
  • ]
  • actions object[]required
  • Array [
  • ]
Loading...