---
title: "搜索外部topic主题树，默认整个树"
method: GET
path: "/inter-api/supos/external/tree"
tags: ["supos/uns/uns", "suposUnsUns"]
---

# 搜索外部topic主题树，默认整个树

`GET /inter-api/supos/external/tree`

## Query parameters

- `key` string
- `parentId` integer
- `showRec` boolean
- `type` integer
- `pathType` integer

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` SearchTreeResp
    - `code` integer
    - `data` TopicTreeResult[]
      - `alias` string
      - `children` TopicTreeResult[]
      - `countChildren` integer
      - `createAt` integer
      - `dataType` integer
      - `description` string
      - `displayName` string
      - `extend` object
      - `fields` FieldDefine[]
        - `decimal` string
        - `displayName` string
        - `inc` boolean
        - `index` string
        - `lastTime` integer
        - `lastValue` string
        - `lowerLimit` number, double
        - `maxLen` string
        - `name` string, required
        - `remark` string
        - `systemField` boolean
        - `tbValueName` string
        - `type` string, required
        - `unique` boolean
        - `unit` string
        - `uns` object
        - `upperLimit` number, double
      - `hasChildren` boolean, required
      - `id` string, required
      - `lastUpdateTime` integer
      - `mount` MountDetailVo
        - `displayName` string
        - `mountSource` string
        - `mountType` string
      - `name` string, required
      - `parentAlias` string
      - `parentDataType` integer
      - `parentId` string
      - `path` string
      - `pathName` string
      - `pathType` integer, required
      - `protocol` string
      - `templateAlias` string
      - `updateAt` integer
      - `value` integer
    - `msg` string
  - `msg` string

---

[API](https://skmtc.net/freezonex/apis/untitled-api.md) · [All operations](https://skmtc.net/freezonex/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freezonex/untitled-api/revisions/1837fd35a283/schema)
