Skip to main content
Version: 1.10.0

AssetTree

assets object[]
  • Array [
  • idstring
    namestring
    typestring
    parentIdstring
    pathstring[]
    hasChildrenboolean
    createdOndate-time
  • ]
  • hasMoreboolean
    AssetTree
    {
    "assets": [
    {
    "id": "string",
    "name": "string",
    "type": "string",
    "parentId": "string",
    "path": [
    "string"
    ],
    "hasChildren": true,
    "createdOn": "2024-07-29T15:51:28.071Z"
    }
    ],
    "hasMore": true
    }