Skip to main content

List Assets

GET 

/organizations/:organizationId/assets

List assets

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Query Parameters

    devEui string

    The devEui of device to filter assets.

    uuid string

    The uuid of device to filter assets.

    isIotDevice string

    List IoT devices assets only.

    assetTypeId string

    The ID of asset type to filter assets.

    locationId string

    The ID of location to filter assets.

    maxResults number

    The maximum number of results to return.

    nextToken string

    To retrieve the next set of results.

    shadowNames string[]

    Specify shadow names to fetch. (Default: DeviceUplink)

Responses

Schema
    data object[]required

    Data of the asset.

  • Array [
  • id stringrequired
    organizationId stringrequired
    assetTypeId stringrequired
    locationId stringrequired
    integrationServiceId stringrequired
    name stringrequired
    description stringrequired
    chatRoomId stringrequired
    serialNumber stringrequired
    modelName stringrequired
    nameOfManufacturer stringrequired
    yearOfManufacture numberrequired
    purchaseCost numberrequired
    purchaseDate numberrequired
    warrantyEndDate numberrequired
    devEui string
    uuid string
    keepAlive number
    connectionStatus boolean
    status string
    shadows objectrequired
    createdAtDateString numberrequired
    createdAt numberrequired
    updatedAtDateString numberrequired
    updatedAt numberrequired
  • ]
Loading...