Type alias QuickBaseRequestGetFields

QuickBaseRequestGetFields: QuickBaseRequest & {
    includeFieldPerms?: boolean;
    tableId: string;
}

Type declaration

  • Optional 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.