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

    Type Alias GetAppTablesResponse

    GetAppTablesResponse: {
        alias?: string;
        created?: string;
        defaultSortFieldId?: number;
        defaultSortOrder?: "ASC" | "DESC";
        description?: string;
        id?: string;
        keyFieldId?: number;
        name?: string;
        nextFieldId?: number;
        nextRecordId?: number;
        pluralRecordName?: string;
        singleRecordName?: string;
        sizeLimit?: string;
        spaceRemaining?: string;
        spaceUsed?: string;
        updated?: string;
        [key: string]: unknown;
    }[]

    Type Declaration

    • [key: string]: unknown
    • Optionalalias?: string

      The automatically-created table alias for the table.

    • Optionalcreated?: string

      The time and date when the table was created, in the ISO 8601 time format YYYY-MM-DDThh:mm:ss.sssZ (in UTC time zone).

    • OptionaldefaultSortFieldId?: number

      The id of the field that is configured for default sorting.

    • OptionaldefaultSortOrder?: "ASC" | "DESC"

      The configuration of the default sort order on the table.

    • Optionaldescription?: string

      The description of the table, as configured by an application administrator.

    • Optionalid?: string

      The unique identifier (dbid) of the table.

    • OptionalkeyFieldId?: number

      The id of the field that is configured to be the key on this table, which is usually the Quickbase Record ID.

    • Optionalname?: string

      The name of the table.

    • OptionalnextFieldId?: number

      The incremental Field ID that will be used when the next field is created, as determined when the API call was ran.

    • OptionalnextRecordId?: number

      The incremental Record ID that will be used when the next record is created, as determined when the API call was ran.

    • OptionalpluralRecordName?: string

      The builder-configured plural noun of the table.

    • OptionalsingleRecordName?: string

      The builder-configured singular noun of the table.

    • OptionalsizeLimit?: string

      The size limit for the table.

    • OptionalspaceRemaining?: string

      The amount of space remaining for use by the table.

    • OptionalspaceUsed?: string

      The amount of space currently being used by the table.

    • Optionalupdated?: string

      The time and date when the table schema or data was last updated, in the ISO 8601 time format YYYY-MM-DDThh:mm:ss.sssZ (in UTC time zone).