---
title: "多条件分页查询树结构"
method: POST
path: "/open-api/uns/condition/tree"
tags: ["supos/open", "suposOpen"]
---

# 多条件分页查询树结构

`POST /open-api/uns/condition/tree`

## Request body

- UnsTreeCondition
  - `dataType` string
  - `keyword` string
  - `pageNo` integer
  - `pageSize` integer
  - `parentId` string
  - `pathType` string
  - `searchType` integer
  - `subscribeEnable` string

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` TreePageResult
    - `code` integer, required
    - `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
    - `pageNo` integer, required
    - `pageSize` integer, required
    - `total` integer, required
  - `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)
