获取章节快照
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v1/projects/{project_id}/chapters/{chapter_id}/snapshots
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v1/projects//chapters//snapshots' \
--header 'xi-api-key;'
响应示例响应示例
200 - 成功示例
{
"snapshots": [
{
"chapter_id": "<string>",
"chapter_snapshot_id": "<string>",
"created_at_unix": 123,
"name": "<string>",
"project_id": "<string>"
}
]
}
请求参数
Path 参数
project_id
string
必需
chapter_id
string
必需
Header 参数
xi-api-key
string
可选