curl --location -g --request GET '{{ endpoint_url}}/files?limit=123&orderBy=created_at' \ --header 'X-Shimo-Token;'
file
UTC
2022-01-01T09:00:01Z
{ "id": "ba13551165cc5066", "name": "示例文档.docx", "type": "file", "permissions": { "readable": true }, "downloadUrl": "http://example.com/download/test.docx", // 文件预览时用到,协同文档留空 "ext": "docx" // 若下载地址返回的 Content-Type 或 Content-Disposition 可识别则此字段可选 }