get_timeoff_policies | R Documentation |
Wrapper to get_meta function that returns a list of time off policies.
get_timeoff_policies()
A httr::response()
object where the content is a JSON format that contains the
list of time off policies.
Currently do not have the permissions to test this so returning the raw response object
https://documentation.bamboohr.com/reference/get-time-off-policies
## Not run:
res <- get_timeoff_policies()
httr::content(res, "parsed")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.