批量下载
开发中
POST
/zt/api/bim/obs/docs/downloadZip
请求参数
Body 参数application/json
array of:
documentId
string
文件id
documentVerison
integer
文件版本
示例
[
{
"documentId": "string",
"documentVerison": "int"
},
{
"documentId": "string",
"documentVerison": "int"
}
]
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/zt/api/bim/obs/docs/downloadZip' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"documentId": "string",
"documentVerison": "int"
},
{
"documentId": "string",
"documentVerison": "int"
}
]'
返回响应
🟢200成功
application/octet-stream
Body
object {0}
修改于 2023-11-06 11:24:29