get_timeoff_policies: Get Time Off policies

View source: R/timeoff.R

get_timeoff_policiesR 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)

bambooHR documentation built on Oct. 25, 2023, 5:07 p.m.