获取文件版本
Contents
[
Hide
]
Excel API:获取文件版本
GET http://api.aspose.cloud/v4.0/cells/storage/version/{path}
功能描述
这获取文件版本API 允许用户检索存储在 Aspose.Cells 云端的指定文件的不同版本。此功能对于维护文档完整性和跟踪文件随时间的变化至关重要。
请求参数获取文件版本API 是
| 参数名称 | 类型 | 路径/查询字符串/HTTPBody | 描述 |
|---|---|---|---|
| 小路 | 细绳 | 小路 | 要检索版本的文件的路径。 |
| 存储名称 | 细绳 | 询问 | 文件所在存储的名称。 |
响应描述
{
"Name": "FileVersions",
"Description": [
"Contains a list of file versions for the specified document."
],
"Type": "Class",
"IsAbstract": false,
"Properties": [
{
"Name": "Value",
"Description": [
"A collection of file version details."
],
"Nullable": true,
"ReadOnly": false,
"IsInherit": false,
"DataType": {
"Identifier": "Container",
"Reference": "FileVersion",
"ElementDataType": {
"Identifier": "Class",
"Reference": "FileVersion",
"Name": "class:fileversion"
},
"Name": "container"
}
}
]
}
OpenAPI 规范
这OpenAPI 规范提供全面的编程接口,可直接从 Web 浏览器执行 REST 交互。
Excel API SDK
利用 SDK 可以简化开发流程,抽象出底层复杂性,让开发人员能够专注于核心功能。探索GitHub 存储库以获取 Aspose.Cells Cloud SDKs 的完整列表。
以下代码示例说明了如何通过各种编程语言与 Aspose.Cells Web 服务进行交互: