|
# The Folder Object
|
|
# The Folder Object
|
|
| Property | Type | Writable | Encrypted | Versioned | Description |
|
|
| Property | Type | Writable | Encrypted | Versioned | Length | Description |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| --- | --- | --- | --- | --- | --- | --- |
|
|
| id | string | no | no | no | The UUID of the folder |
|
|
| id | string | no | no | no | 36 | The UUID of the folder |
|
|
| label | string | yes | yes | yes | User defined label of the folder |
|
|
| label | string | yes | yes | yes | 48 | User defined label of the folder |
|
|
| parent | string | yes | no | yes | UUID of the parent folder |
|
|
| parent | string | yes | no | yes | 36 | UUID of the parent folder |
|
|
| created | int | no | no | no | Unix timestamp when the folder was created |
|
|
| revision | string | no | no | yes | 36 | UUID of the current revision |
|
|
| updated | int | no | no | yes | Unix timestamp when the folder was updated |
|
|
| cseType | string | yes | no | yes | 10 | Type of the used client side encryption |
|
|
| edited | int | yes | no | yes | Unix timestamp when the user last changed the folder name |
|
|
| cseKey | string | yes | no | yes | 36 | UUID of the key used for client side encryption |
|
|
| revision | string | no | no | yes | UUID of the current revision |
|
|
| sseType | string | no | no | yes | 10 | Type of the used server side encryption |
|
|
| cseType | string | yes | no | yes | Type of the used client side encryption |
|
|
| client | string | no | no | yes | 256 | Name of the client which created this revision |
|
|
| cseKey | string | yes | no | yes | UUID of the key used for client side encryption |
|
|
| hidden | bool | yes | no | yes | 1 | Hides the folder in list / find actions |
|
|
| sseType | string | no | no | yes | Type of the used server side encryption |
|
|
| trashed | bool | no | no | yes | 1 | True if the folder is in the trash |
|
|
| client | string | no | no | yes | Name of the client which created this revision |
|
|
| favorite | bool | yes | no | yes | 1 | True if the user has marked the folder as favorite |
|
|
| hidden | bool | yes | no | yes | Hides the folder in list / find actions |
|
|
| created | int | no | no | no | 12 | Unix timestamp when the folder was created |
|
|
| trashed | bool | no | no | yes | True if the folder is in the trash |
|
|
| updated | int | no | no | yes | 12 | Unix timestamp when the folder was updated |
|
|
| favorite | bool | yes | no | yes | True if the user has marked the folder as favorite |
|
|
| edited | int | yes | no | yes | 12 | Unix timestamp when the user last changed the folder name |
|
|
|
|
|
|
#### Detail Levels
|
|
#### Detail Levels
|
|
| Level | Description |
|
|
| Level | Description |
|
... | | ... | |