@theredspace/spp-client
    Preparing search index...

    Interface HierarchyNode

    A node in a classification hierarchy tree. Supports Add, Read, Modify, Delete. :contentReference[oaicite:2]{index=2}

    interface HierarchyNode {
        created: string;
        externalid?: string;
        hierarchyid: string;
        id: string;
        is_a_level: "0" | "1";
        is_a_node: "0" | "1";
        levelid: string;
        name: string;
        notes?: string;
        parentid?: string;
        recordid?: string;
        updated: string;
    }
    Index

    Properties

    created: string

    [Read-only] Created timestamp

    externalid?: string

    External system ID

    hierarchyid: string

    Hierarchy ID this node belongs to

    id: string

    [Read-only] Unique ID

    is_a_level: "0" | "1"

    Is a level (1 = yes)

    is_a_node: "0" | "1"

    Is a node (1 = yes)

    levelid: string

    Level ID (0 if node)

    name: string

    Name of level or node

    notes?: string

    Notes

    parentid?: string

    Parent node ID (0 if top-level)

    recordid?: string

    Record ID if not a node (0 if level)

    updated: string

    [Read-only] Updated timestamp