Skip to main content

List Asset Types

GET 

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

List asset types

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Query Parameters

    maxResults number

    Possible values: >= 10 and <= 25

    The maximum number of results to return.

    nextToken string

    To retrieve the next set of results.

Responses

Schema
    data object[]required

    Data of the asset type.

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

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