get_report: Get a report

View source: R/qb_reports.R

get_reportR Documentation

Get a report

Description

Get metadata about a report.

Usage

get_report(subdomain, auth, table_id, report_id, agent = NULL)

Arguments

subdomain

Character vector with one element. Found at the beginning of the Quickbase URL. Realm specific.

auth

Character vector with one element. The Quickbase authentication scheme you are using to authenticate the request (e.g., user token).

table_id

Character vector with one element. Found in the URL of a Quickbase table.

report_id

Character vector with one element. Found in the 'Reports & Charts' page in Quickbase and in the report URL.

agent

Optional. Character vector with one element. Describes user/agent making API call.

Value

A named list.

Examples

## Not run: 
   get_report(subdomain = "abc",
              auth = keyring::key_get("qb_example"),
              table_id = "bn9d8iesz",
              report_id = "7")

## End(Not run)

qbr documentation built on April 4, 2025, 2:18 a.m.