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

    Interface Hierarchy

    A classification hierarchy (customer, project, or user). Supports Add, Read, Modify, Upsert, Delete. :contentReference[oaicite:0]{index=0}:contentReference[oaicite:1]{index=1}

    interface Hierarchy {
        active: "0" | "1";
        available_as_column: "0" | "1";
        created: string;
        externalid?: string;
        id: string;
        name: string;
        notes?: string;
        primary_dropdown_filter: "0" | "1";
        primary_user_filterset: "0" | "1";
        required: "0" | "1";
        requireonform: "0" | "1";
        type: "customer" | "project" | "user";
        updated: string;
    }
    Index

    Properties

    active: "0" | "1"

    Active flag (1 = active)

    available_as_column: "0" | "1"

    Available as a list column (1 = yes)

    created: string

    [Read-only] Created timestamp

    externalid?: string

    External system ID

    id: string

    [Read-only] Unique ID

    name: string

    Hierarchy name

    notes?: string

    Notes

    primary_dropdown_filter: "0" | "1"

    Use as primary dropdown filter (1 = yes)

    primary_user_filterset: "0" | "1"

    Use as primary user filter set (1 = yes)

    required: "0" | "1"

    Required on forms (1 = yes)

    requireonform: "0" | "1"

    Require on form entry (1 = yes)

    type: "customer" | "project" | "user"

    Type of hierarchy: 'customer' | 'project' | 'user'

    updated: string

    [Read-only] Updated timestamp