Changes
Page history
Update api to include field lengths
authored
Dec 27, 2020
by
Marius David Wieschollek
Show whitespace changes
Inline
Side-by-side
Developers/Api/Folder-Api.md
View page @
0c3343f2
# The Folder Object
| Property | Type | Writable | Encrypted | Versioned | Description |
| --- | --- | --- | --- | --- | --- |
| id | string | no | no | no | The UUID of the folder |
| label | string | yes | yes | yes | User defined label of the folder |
| parent | string | yes | no | yes | UUID of the parent folder |
|
c
re
ated |
in
t
| no | no |
no | Unix timestamp when the folder was created
|
|
updated |
in
t
|
no
| no | yes |
Unix timestamp when the folder was updated
|
|
edited |
in
t
| yes | no | yes |
Unix timestamp when the user last changed the folder name
|
|
revision
| string | no | no | yes |
UUID of the current revis
ion |
| c
seType
| string |
yes
| no | yes |
Typ
e of the
used
client
side encrypt
ion |
|
cseKey | string
| yes | no | yes |
UUID of the key used for client side encryp
tion |
|
sseType | string
| no | no | yes |
Typ
e
o
f the
used server side encryption
|
|
client | string | no
| no | yes |
Nam
e
o
f the
client which created this revision
|
|
hidden | bool | yes | no | yes | Hides the folder in list / find actions
|
|
trash
ed |
bool
| no | no | yes |
True if the folder is in the trash
|
|
favor
ite |
bool
| yes | no | yes |
True if
the user
h
as
mark
ed the folder
as favorit
e |
| Property | Type | Writable | Encrypted | Versioned |
Length |
Description |
| --- | --- | --- | --- | --- | --- |
--- |
| id | string | no | no | no |
36 |
The UUID of the folder |
| label | string | yes | yes | yes |
48 |
User defined label of the folder |
| parent | string | yes | no | yes |
36 |
UUID of the parent folder |
| re
vision | str
in
g
| no | no |
yes | 36 | UUID of the current revision
|
|
cseType | str
in
g
|
yes
| no | yes |
10 | Type of the used client side encryption
|
|
cseKey | str
in
g
| yes | no | yes |
36 | UUID of the key used for client side encryption
|
|
sseType
| string | no | no | yes |
10 | Type of the used server side encrypt
ion |
| c
lient
| string |
no
| no | yes |
256 | Nam
e of the client
which created this revis
ion |
|
hidden | bool
| yes | no | yes |
1 | Hides the folder in list / find ac
tion
s
|
|
trashed | bool
| no | no | yes |
1 | Tru
e
i
f the
folder is in the trash
|
|
favorite | bool | yes
| no | yes |
1 | Tru
e
i
f the
user has marked the folder as favorite
|
|
created | int | no | no | no | 12 | Unix timestamp when the folder was created
|
|
updat
ed |
int
| no | no | yes |
12 | Unix timestamp when the folder was updated
|
|
ed
ite
d
|
int
| yes | no | yes |
12 | Unix timestamp when
the user
l
as
t chang
ed the folder
nam
e |
#### Detail Levels
| Level | Description |
...
...
...
...