Skip to content

The Component Folder Object

An object that represents a component folder (group) in a space.

If the folder has no parent, its parent_id and parent_uuid are both null.

  • id number

    Numeric ID of a component group

  • name string

    Name of the group

  • uuid string

    UUID of the group

  • parent_id number

    Numeric ID of the parent group

  • parent_uuid string

    UUID of the parent group

Example Object
{
"component_group": {
"name": "Authors",
"id": 194280,
"uuid": "c98d1176-3e21-4da8-9a54-ed1558989e0a",
"parent_id": 188786,
"parent_uuid": "19323-32144-23423-42314"
}
}