get_timeoff_policies {bambooHR} | R Documentation |
Get Time Off policies
Description
Wrapper to get_meta function that returns a list of time off policies.
Usage
get_timeoff_policies()
Value
A httr::response()
object where the content is a JSON format that contains the
list of time off policies.
Note
Currently do not have the permissions to test this so returning the raw response object
References
https://documentation.bamboohr.com/reference/get-time-off-policies
Examples
## Not run:
res <- get_timeoff_policies()
httr::content(res, "parsed")
## End(Not run)
[Package bambooHR version 0.1.1 Index]