Skip to main content

Get Asset Type

GET 

https://app.infodeck.io/api/organizations/:organizationId/asset-types/:assetTypeId

Get asset type

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    assetTypeId stringrequired

    The ID of asset type

Responses

Schema
    data objectrequired

    Data of the asset type.

    id stringrequired
    organizationId stringrequired
    supportedAssetTypeId stringrequired
    name stringrequired
    description stringrequired
    isIotDevice stringrequired
    image stringrequired
    encodeCodec stringrequired
    decodeCodec stringrequired
    properties object[]required
  • Array [
  • ]
  • actions object[]required
  • Array [
  • ]
  • createdBy stringrequired
    createdAt stringrequired
    createdAtDateString stringrequired
    updatedBy stringrequired
    updatedAtDateString stringrequired
    updatedAt 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/organizations/:organizationId/asset-types/:assetTypeId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

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