QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface GetFieldUsageParams

    Get usage for a field

    interface GetFieldUsageParams {
        fieldId: number;
        tableId: string;
    }
    Index

    Properties

    Properties

    fieldId: number

    The unique identifier (fid) of the field.

    tableId: string

    The unique identifier (dbid) of the table.