AsposeCellsCloud-CellsApi

 view release on metacpan or  search on metacpan

docs/api/GetMetadata.md  view on Meta::CPAN

# **Spreadsheet Cloud API: getMetadata**

Get cells document properties. 


## **Quick Start**

- **Base URL**: `http://api.aspose.cloud/v3.0`
- **Authentication Method**: `JWT (OAuth2, application)`  **Token URL**: `https://api.aspose.cloud/connect/token`
- **Example** 

## **Interface Details**

### **Endpoint** 

```
POST http://api.aspose.cloud/v3.0/cells/metadata/get
```
### **Function Description**
PageTitle: Get cells document properties.PageDescription: Indeed, Aspose.Cells Cloud offers strong support for getting cells document properties.HeadTitle:  Get cells document properties.HeadSummary: Indeed, Aspose.Cells Cloud offers strong support f...

### The request parameters of **getMetadata** API are: 

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|File|File|FormData|File to upload|
|type|String|Query|Cells document property name.|
|password|String|Query|The password needed to open an Excel file.|
|checkExcelRestriction|Boolean|Query|Whether check restriction of excel file when user modify cells related objects.|

### **Response Description**
```json
[
{
  "Name": "CellsDocumentProperty",
  "Description": [
    "Cells document property."
  ],
  "Type": "Class",
  "IsAbstract": false,
  "Properties": [
    {
      "Name": "Name",
      "Description": [
        "Returns the name of the property.",
        "            "
      ],
      "Nullable": true,
      "ReadOnly": false,
      "IsInherit": false,
      "DataType": {
        "Identifier": "String",
        "Name": "string"
      }
    },
    {
      "Name": "Value",
      "Description": [
        "Gets or sets the value of the property."
      ],
      "Nullable": true,
      "ReadOnly": false,
      "IsInherit": false,
      "DataType": {
        "Identifier": "String",
        "Name": "string"
      }
    },
    {
      "Name": "IsLinkedToContent",
      "Description": [
        "Indicates whether this property is linked to content"
      ],
      "Nullable": true,
      "ReadOnly": false,
      "IsInherit": false,
      "DataType": {
        "Identifier": "String",
        "Name": "string"
      }
    },
    {
      "Name": "Source",
      "Description": [
        "The linked content source."
      ],



( run in 2.048 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )