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

    Interface RunReportParams

    Run a report

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

    Properties

    reportId: string

    The identifier of the report, unique to the table.

    skip?: number

    The number of records to skip. You can set this value when paginating through a set of results.

    tableId: string

    The identifier of the table for the report.

    top?: number

    The maximum number of records to return. You can override the default Quickbase pagination to get more or fewer results. If your requested value here exceeds the dynamic maximums, we will return a subset of results and the rest can be gathered in subsequent API calls.