| get_meta | R Documentation | 
Submits a get request to retrieve account meta information that can be used to help discover the types of field/table etc. available in your account.
get_meta(
  query = c("fields", "tables", "lists", "users", "time_off/types", "time_off/policies"),
  api_version = "v1"
)
| query | One of: "fields", "tables", "lists", "users", "time_off/types", "time_off/policies". | 
| api_version | (optional) - Version of API to use to make request. Default is "v1". | 
A [tibble::tibble()] object.
https://documentation.bamboohr.com/reference/account-information-1
## Not run: 
res <- get_meta("fields")
res2 <- get_meta("users")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.