get_whos_out | R Documentation |
Get a list of Who's Out
get_whos_out(start = "", end = "", api_version = "v1")
start |
(optional) - a date in the form YYYY-MM-DD - defaults to the current date. |
end |
(optional) - a date in the form YYYY-MM-DD - defaults to 14 days from the start date. |
api_version |
(optional) - Version of API to use to make request. Default is "v1". |
A tibble::tibble()
object.
https://documentation.bamboohr.com/reference/get-a-list-of-whos-out-1
## Not run:
res <- get_whos_out()
res2 <- get_whos_out(start = "2022-01-12")
res3 <- get_whos_out(start = "2022-01-01", end = "2022-04-01")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.