Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.13 KB

Node.md

File metadata and controls

25 lines (22 loc) · 1.13 KB

AlfrescoAPI::Node

Properties

Name Type Description Notes
id String
name String The name must not contain spaces or the following special characters: * &quot; < > \ / ? : and . The character . must not be used at the end of the name.
node_type String
is_folder BOOLEAN
is_file BOOLEAN
is_locked BOOLEAN [optional] [default to false]
modified_at DateTime
modified_by_user UserInfo
created_at DateTime
created_by_user UserInfo
parent_id String [optional]
is_link BOOLEAN [optional]
content ContentInfo [optional]
aspect_names Array<String> [optional]
properties Object [optional]
allowable_operations Array<String> [optional]
path PathInfo [optional]
permissions PermissionsInfo [optional]