{
"pids": [
"string"
],
"pageNo": "1",
"pageSize": "50"
}curl --location --request POST '/open/archive/subList' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pids": [
"string"
],
"pageNo": "1",
"pageSize": "50"
}'{
"errData": "",
"code": 0,
"message": "",
"errMsg": "",
"data": {
"total": 0,
"pageData": [
{
"id": "",
"name": "",
"tags": [
""
],
"pid": "",
"directory": false,
"fileId": "",
"fileUrl": "",
"size": 0,
"fileType": "",
"createdUser": "",
"createdBy": "",
"updatedBy": "",
"createdAt": "",
"updatedAt": ""
}
]
},
"timestamp": ""
}