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

    Interface GetFieldsParams

    Get fields for a table

    interface GetFieldsParams {
        includeFieldPerms?: boolean;
        tableId: string;
    }
    Index

    Properties

    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.