/
List Actual Time Off
Gets a paginated list of actual time off entries with optional filtering by date range and person. When no start or end date filters are provided, returns entries from the last 7 days (7 days ago through today).
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/actual-time-off
- Production Serverhttps://api.getparallax.com/v1/actual-time-off
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/actual-time-off?page=0&page_size=0&person_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&start_date=2019-08-24&end_date=2019-08-24' \
-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": [ { … } ] }