pageList
GET
http://172.16.48.100:32219/project/page?page=0&size=2&projectName=
接口描述
项目管理(project)界面查询(Search)接口
请求参数
参数名
类型
描述
必填
page
int
页数,示例:0
必填
size
int
每页数据条数,示例:2
必填
projectName
string
支持模糊查询,不输入则为查询所有。示例:
必填
响应参数
参数名
类型
描述
必填
id
string
示例:2c90dc478164f256018164fdfc4e0000
必填
projectName
string
示例:test1
必填
description
string
示例:测试新版
必填
createTime
string
示例:2022-06-15 09:32:56
必填
totalElements
int
示例:3
必填
last
boolean
示例:false
必填
totalPages
int
示例:2
必填
first
boolean
示例:true
必填
numberOfElements
int
示例:2
必填
size
int
示例:2
必填
number
int
示例:0
必填
empty
boolean
示例:false
必填