curl --location --request GET 'v1/3rd/file/info?_w_template=1&_w_folder=0' \
--header 'x-wps-weboffice-token: {{ENT_TOKEN}}' \
--header 'x-weboffice-file-id: 366' \
--header 'Authorization;' \
--header 'X-Requested-With;'
{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"type": 0,
"name": "string",
"path": "string",
"pid": 0,
"uid": "string",
"file_name": "string",
"file_url": "string",
"file_sn": "string",
"file_size": "string",
"file_type": "string",
"upload_type": "string",
"entid": 0,
"is_share": 0,
"is_collect": 0,
"is_del": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
],
"count": 0
}
}