powered by
get_reports retrieves metadata for each report in a table.
get_reports
get_reports(subdomain, auth, table_id, agent = NULL)
A tibble.
Character vector with one element. Found at the beginning of the Quickbase URL. Realm specific.
Character vector with one element. The Quickbase authentication scheme you are using to authenticate the request (e.g., user token).
Character vector with one element. Found in the URL of a Quickbase table.
Optional. Character vector with one element. Describes user/agent making API call.
if (FALSE) { get_reports(subdomain = "abc", auth = keyring::key_get("qb_example"), table_id = "bn9d8iesz") }
Run the code above in your browser using DataLab