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

    Interface GetFieldsUsageParams

    Get usage for all fields

    interface GetFieldsUsageParams {
        skip?: number;
        tableId: string;
        top?: number;
    }
    Index

    Properties

    Properties

    skip?: number

    The number of fields to skip from the list.

    tableId: string

    The unique identifier (dbid) of the table.

    top?: number

    The maximum number of fields to return.