---
title: "分页查询 Dashboard"
method: GET
path: "/inter-api/supos/uns/dashboard/"
tags: ["supos/uns/dashboard", "suposUnsDashboard"]
---

# 分页查询 Dashboard

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

## Query parameters

- `k` string
- `type` integer
- `orderCode` string
- `isAsc` boolean
- `pageNo` integer, required
- `pageSize` integer, required

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` DashboardPageResp
    - `code` integer
    - `data` DashboardDto[], required
      - `createTime` string
      - `creator` string
      - `description` string
      - `groupId` string — 分组ID
      - `id` string
      - `jsonContent` string
      - `name` string, required
      - `needInit` boolean
      - `type` integer, required — 1-grafana 2-fuxa
      - `updateTime` string
    - `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)
