Type alias QuickBaseRequestGetField

QuickBaseRequestGetField: QuickBaseRequest & {
    fieldId: number;
    includeFieldPerms?: boolean;
    tableId: string;
}

Type declaration

  • fieldId: number

    The unique identifier (fid) of the field.

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