Type alias QuickBaseRequestRunReport

QuickBaseRequestRunReport: QuickBaseRequest & {
    reportId: string;
    skip?: number;
    tableId: string;
    top?: number;
}

Type declaration

  • reportId: string

    The identifier of the report, unique to the table.

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

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