Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"page": 1,
"pageSize": 10
}
Request samples
curl --location --request POST 'http://127.0.0.1:30898/api/folder/list' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"page": 1,
"pageSize": 10
}'
Responses
This response does not have a body.
{
"list": [
{
"belongName": "most_xxxxx",
"belongUserId": "sxdxxxxxxxxxxxxxxx",
"folderColor": "#3370FF",
"folderName": "Default folder 25740",
"id": "2c92b0239753bd0f019753d12ab10008",
"resourceCount": 4,
"sortOrder": 0
}
],
"totalNum": 5
}
Modified at 2025-08-13 07:52:43