查询多条数据
POST/v1/model/prod/:modelName/list
Request
Path Parameters
modelName stringrequired
数据模型标识
- application/json
Body
filter object
where object
select object
pageSize 分页大小,建议指定,如需设置为其它值,需要和pageNumber配合使用,两者同时指定才会生效。默认10 (integer)
pageNumber 分页数目。默认1 (integer)
getCount 获取 filter 命中条件的查询条数。默认false (boolean)
orderBy undefined[]
Responses
- 200
成功
- application/json
- Schema
- Example (from schema)
Schema
- FindManyResponse
- ErrorResponse
oneOf
data object
records object[]
total 查询的记录总数 (integer)
requestId 请求唯一id (string)
code 错误码 (string)
message 错误信息 (string)
requestId 请求唯一id (string)
{}
Loading...