The Component Folder Object
This is an object representing a component folder in a space. If the group (folder) has no parent, the parent_id
is null and parent_uuid
is same as the group's uuid
.
Properties
-
id
numberThe numeric ID
-
name
stringName of the group
-
uuid
stringUuid of the group
-
parent_id
numberID of the parent folder
-
parent_uuid
stringUUID of component's parent group (folder)
Example Object
{
"component_group": {
"name": "Authors",
"id": 194280,
"uuid": "c98d1176-3e21-4da8-9a54-ed1558989e0a",
"parent_id": 188786,
"parent_uuid": "19323-32144-23423-42314"
}
}