get_app | R Documentation |
Get metadata for an app.
get_app(
subdomain,
auth,
app_id,
agent = NULL,
include_sec = T,
include_vars = T
)
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). |
app_id |
Character vector with one element. Unique identifier of an app. Found in the URL of the app's homepage after /db/ |
agent |
Optional. Character vector with one element. Describes user/agent making API call. |
include_sec |
Logical. Includes security properties if true. |
include_vars |
Logical. Includes app variables if true. |
A tibble.
## Not run:
get_app(subdomain = "abc",
auth = keyring::key_get("qb_example"),
app_id = "bsf5hphe5")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.