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

    Interface History

    An approval history event for envelopes or timesheets. Read-only (supports equal-to reads only). :contentReference[oaicite:3]{index=3}:contentReference[oaicite:4]{index=4}

    interface History {
        action: "S" | "P" | "A" | "R" | "U";
        created: string;
        date: string;
        envelopeid?: string;
        id: string;
        notes?: string;
        projectid?: string;
        timesheetid?: string;
        userid?: string;
    }
    Index

    Properties

    action: "S" | "P" | "A" | "R" | "U"

    Approval action: 'S' | 'P' | 'A' | 'R' | 'U'

    created: string

    [Read-only] Created timestamp

    date: string

    [Read-only] When the action occurred

    envelopeid?: string

    Envelope ID (if for an expense report)

    id: string

    [Read-only] Unique ID

    notes?: string

    Notes or reasons

    projectid?: string

    Project ID (if project-based)

    timesheetid?: string

    Timesheet ID (if for a timesheet)

    userid?: string

    User ID who performed the action