---
title: "查询组列表"
method: GET
path: "/inter-api/supos/group/"
tags: ["supos/group", "suposGroup"]
---

# 查询组列表

`GET /inter-api/supos/group/`

## Query parameters

- `type` integer
- `name` string
- `page` integer
- `size` integer

## Response `200`

A successful response.

- GroupVO[]
  - `createAt` string
  - `creator` string
  - `description` string
  - `id` integer, required
  - `name` string, required
  - `sort` integer
  - `type` integer
  - `updateAt` 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)
