get_reports {qbr}R Documentation

Get all reports for a table

Description

get_reports retrieves metadata for each report in a table.

Usage

get_reports(subdomain, auth, table_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 between /db/ and ?

agent

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

Value

A tibble.

Examples

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

## End(Not run)

[Package qbr version 1.2.3 Index]