- Base URL:
http://api.aspose.cloud/v4.0 - Authentication Method:
JWT (OAuth2, application)Token URL:https://api.aspose.cloud/connect/token - Example
GET http://api.aspose.cloud/v4.0/cells/storage/folder/{path}
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
|---|---|---|---|
| path | String | Path | |
| storageName | String | Query |
{
"Name": "FilesList",
"Description": [
"Files list"
],
"Type": "Class",
"IsAbstract": false,
"Properties": [
{
"Name": "Value",
"Description": [
"Files and folders contained by folder StorageFile."
],
"Nullable": true,
"ReadOnly": false,
"IsInherit": false,
"DataType": {
"Identifier": "Container",
"Reference": "StorageFile",
"ElementDataType": {
"Identifier": "Class",
"Reference": "StorageFile",
"Name": "class:storagefile"
},
"Name": "container"
}
}
]
}The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.