powered by
Get a list of Who's Out
get_whos_out(start = "", end = "", api_version = "v1")
A tibble::tibble() object.
tibble::tibble()
(optional) - a date in the form YYYY-MM-DD - defaults to the current date.
(optional) - a date in the form YYYY-MM-DD - defaults to 14 days from the start date.
(optional) - Version of API to use to make request. Default is "v1".
https://documentation.bamboohr.com/reference/get-a-list-of-whos-out-1
if (FALSE) { res <- get_whos_out() res2 <- get_whos_out(start = "2022-01-12") res3 <- get_whos_out(start = "2022-01-01", end = "2022-04-01") }
Run the code above in your browser using DataLab