{
"storageId": 0,
"freshName": "string",
"bucket": "string",
"page": {
"pageIndex": 1,
"pageSize": 20,
"sorts": [
{
"orderBy": "id",
"orderDesc": 1
}
]
}
}
curl --location --request POST '/files/manager/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"storageId": 0,
"freshName": "string",
"bucket": "string",
"page": {
"pageIndex": 1,
"pageSize": 20,
"sorts": [
{
"orderBy": "id",
"orderDesc": 1
}
]
}
}'
{
"code": 0,
"message": "string",
"ts": 0,
"traceId": "string",
"data": {
"currentPage": 0,
"pageSize": 0,
"totalPages": 0,
"total": 0,
"rows": [
{
"id": 0,
"storageId": 0,
"storage": "string",
"originalName": "string",
"freshName": "string",
"path": "string",
"url": "string",
"urlSuffix": "string",
"bucket": "string",
"type": "string",
"size": "string",
"sizeUnit": "string",
"createTime": "string",
"createUserName": "string"
}
]
},
"success": true
}