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

    Interface GetFieldParams

    Get field

    interface GetFieldParams {
        fieldId: number;
        includeFieldPerms?: boolean;
        tableId: string;
    }
    Index

    Properties

    fieldId: number

    The unique identifier (fid) of the field.

    includeFieldPerms?: boolean

    Set to 'true' if you'd like to get back the custom permissions for the field(s).

    tableId: string

    The unique identifier (dbid) of the table.