---
title: "分页获取API列表"
method: POST
path: "/api/getApiList"
tags: ["SysApi"]
---

# 分页获取API列表

`POST /api/getApiList`

## Request body

- RequestSearchApiParams
  - `ID` integer — 主键ID
  - `apiGroup` string — api组
  - `createdAt` string — 创建时间
  - `desc` boolean — 排序方式:升序false(默认)|降序true
  - `description` string — api中文描述
  - `keyword` string — 关键字
  - `method` string — 方法:创建POST(默认)|查看GET|更新PUT|删除DELETE
  - `orderKey` string — 排序
  - `page` integer — 页码
  - `pageSize` integer — 每页大小
  - `path` string — api路径
  - `updatedAt` string — 更新时间

## Response `200`

分页获取API列表,返回包括列表,总数,页码,每页数量

- object
  - `code` integer
  - `data` ResponsePageResult
    - `list` unknown
    - `page` integer
    - `pageSize` integer
    - `total` integer
  - `msg` string

---

[API](https://skmtc.net/fisco-bcos/apis/gin-vue-admin-swagger-api.md) · [All operations](https://skmtc.net/fisco-bcos/apis/gin-vue-admin-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fisco-bcos/gin-vue-admin-swagger-api/versions/83281ff551eb/schema)
