Name | Description | Type | Additional information |
---|---|---|---|
name |
Folder Name, the maximum size of this field is 200 characters, and special characters are allowed. |
string |
None. |
parent |
Only the root folder has no parent. When updating a folder, living this field empty will simply ignore it, but if the field is different than its original value, the folder will be moved to its new parent. |
string |
None. |
id |
Folder unique identifier. |
string |
None. |
files |
List of child files, note that this property can not be updated through the Folders API, Updates must be initiated using the files API |
Collection of FileAssetModel |
None. |
notes |
Use this property to save notes for this folder. The amount of text associated is virtually unlimited, just remember that the more data, the heavier operations become. |
string |
None. |
tags |
List of tags, currently only saving / retrieving tags are functional but tags are not included within searching functionality. |
Collection of string |
None. |
folders |
Contains a list of sub folders, this property is read-only, operations on this property will not be saved when updating folders. User the regular API for folder update to update any sub folder in its own context. |
Collection of FolderAssetModel |
None. |
modified | date |
None. |