Jupiter ERP
Account API

GetFileFoldersTree200Response

Felder, Typen und Verweise auf andere Modelle.

FeldTypBeschreibung
child_folders_count*integer
childrenobject[]A recursive structure containing child folders. The nesting can go up to a maximum of 20 levels.

array

Elemente

object

files_count*integer
hex_colorstring
id*integer
key*string
name*string
parent_idinteger
protectedboolean
root*boolean
system_keystringInternal folder key for system-managed folders (e.g. ai_assistant, ai_assistant_user_123).
Beispiel (JSON)
{
  "id": 0,
  "key": "string",
  "root": true,
  "parent_id": 0,
  "name": "string",
  "hex_color": "string",
  "files_count": 0,
  "child_folders_count": 0
}
Schema GetFileFoldersTree200Response · Jupiter ERP