---
title: "分页按分组获取dashboard列表"
method: GET
path: "/inter-api/supos/uns/dashboard/getGroupedDashboardList"
tags: ["supos/uns/dashboard", "suposUnsDashboard"]
---

# 分页按分组获取dashboard列表

`GET /inter-api/supos/uns/dashboard/getGroupedDashboardList`

## Query parameters

- `groupType` integer
- `groupId` integer
- `k` string
- `pageNo` integer, required
- `pageSize` integer, required
- `category` string
- `creator` string
- `orderCode` string
- `isAsc` boolean

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` DashboardGroupPageResp
    - `code` integer
    - `data` GroupBizVO[], required
      - `category` string — 分类 group-分组 file-文件
      - `createAt` integer
      - `creator` string
      - `description` string
      - `groupId` integer
      - `groupType` integer
      - `hasChildren` boolean
      - `id` string, required
      - `name` string, required
      - `sort` integer
    - `msg` string
    - `pageNo` integer
    - `pageSize` integer
    - `total` integer
  - `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/versions/1837fd35a283/schema)
