Folder
{
"id": 123,
"name": "My folder",
"uuid": "UUID-1234-5678",
"type": "folder",
"children": [
{
"id": "456",
"name": "My subfolder",
"uuid": "UUID-5678-1234",
"type": "folder"
}
]
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
id | integer | false | none | The ID of the folder. |
name | string | false | none | The name of the folder. |
uuid | string | false | none | The UUID of the folder. |
type | string | false | none | The resource type. |
children | [Folder] | false | none | The folder’s child folders. |