下载历史项目
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/v1/history/download
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v1/history/download' \
--header 'xi-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"history_item_ids": [
"<string>"
]
}'
响应示例响应示例
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
xi-api-key
string
可选
Body 参数application/json