Planned Time Off represents approved time off requests for employees, each entry capturing the date range and category of planned time away from work. Each entry has a start and end date, and is intended to capture a contiguous period of absense. Use these endpoints to create, retrieve, update, and delete planned time off, allowing resource capacity to remain accurate for planning purposes.
Returns a paged list of planned time off filtered by date range. Optionally filtered to a single person.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/planned-time-off
- Production Serverhttps://api.getparallax.com/v1/planned-time-off
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/planned-time-off?page=0&page_size=0&start_date=2019-08-24&end_date=2019-08-24&person_id=497f6eca-6276-4993-bfeb-53cbbbba6f08' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'OK
The array of result objects for the current page.
Response
{ "count": 0, "total": 0, "page": 0, "total_pages": 0, "page_size": 0, "results": [ { … } ] }