Get File Versions
Contents
[
Hide
]
Excel API: Get File Versions
GET http://api.aspose.cloud/v4.0/cells/storage/version/{path}
Function Description
The GetFileVersions API allows users to retrieve the different versions of a specified file stored in the Aspose.Cells Cloud. This functionality is crucial for maintaining document integrity and tracking changes over time.
The request parameters of GetFileVersions API are
Parameter Name | Type | Path/Query String/HTTPBody | Description |
---|---|---|---|
path | String | Path | The path to the file for which versions are to be retrieved. |
storageName | String | Query | The name of the storage where the file is located. |
Response Description
{
"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 Specification
The OpenAPI Specification provides a comprehensive programming interface for executing REST interactions directly from a web browser.
Excel API SDK
Utilizing an SDK streamlines development by abstracting low-level complexities, allowing developers to focus on core functionalities. Explore the GitHub repository for a full list of Aspose.Cells Cloud SDKs.
The following code examples illustrate how to interact with Aspose.Cells web services across various programming languages: