Type alias QuickBaseRequestGetReport

QuickBaseRequestGetReport: QuickBaseRequest & {
    reportId: string;
    tableId: string;
}

Type declaration

  • reportId: string

    The identifier of the report, unique to the table.

  • tableId: string

    The unique identifier of table.