DownloadAttachment
≥4.5
不支持在CustomiseAPI中使用WebApi Service的方式调用
接口描述
下载document的指定附件
参数类型
参数 | 类型 | 说明 |
---|---|---|
FormAlias | String | 文档所属 Form,Form别名, Form的标识 |
AttachmentFileId | String | 附件的文件 Id |
返回参数类型
文件流
说明
- 请求该接口可能会因为附件体积过大,导致超时。
- 传递错误的参数,接口会响应400,Attachment not exist
输入示例
{
"FormAlias": "DemoFormAlias",
"AttachmentFileId": "5007fef2-4c3e-4259-87a1-15b2e9be933c1"
}