FileFolder (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| child_folders_count* | integer | — |
| created_at | string (date-time) | Creation timestamp in ISO 8601 format. |
| files_count* | integer | — |
| hex_color | string | — |
| id* | integer | — |
| name* | string | — |
| parent_id | integer | — |
| protected | boolean | — |
| updated_at | string (date-time) | Last update timestamp in ISO 8601 format. |
Beispiel (JSON)
{
"id": 0,
"parent_id": 0,
"name": "string",
"protected": true,
"hex_color": "string",
"files_count": 0,
"child_folders_count": 0
}