We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前的 /api/asset/getDocImageAssets 可以获取文档的图片 API,但是文档中可能还有各种例如音频、文件等资源文件。
/api/asset/getDocImageAssets
希望能增加一个 API,能完整获取文档所有的附件文件。
/api/asset/getDocAssets
payload
{ id: <Document ID> }
result: 类似 getDocImageAssets 返回的 asset file 路径列表
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In what scenarios do you need this feature?
当前的
/api/asset/getDocImageAssets
可以获取文档的图片 API,但是文档中可能还有各种例如音频、文件等资源文件。希望能增加一个 API,能完整获取文档所有的附件文件。
Describe the optimal solution
/api/asset/getDocAssets
payload
{ id: <Document ID> }
result: 类似 getDocImageAssets 返回的 asset file 路径列表
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: