get_node_properties
Retrieve metadata and properties for a document or folder in Alfresco using the node ID, enabling efficient content management and data access.
Instructions
Get metadata and properties of a document or folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"node_id": {
"title": "Node Id",
"type": "string"
}
},
"required": [
"node_id"
],
"type": "object"
}