1. The Component Folder Object

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

    number

    The numeric ID

  • name

    string

    Name of the group

  • uuid

    string

    Uuid of the group

  • parent_id

    number

    ID of the parent folder

  • parent_uuid

    string

    UUID 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"
  }
}