/
Get Actual Time Off
Fetches an actual time off record by id.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/actual-time-off/{id}
- Production Serverhttps://api.getparallax.com/v1/actual-time-off/{id}
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/actual-time-off/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'OK
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "person_id": "087e858e-473c-4f50-b5b0-c1df6c021550", "recorded_date": "2019-08-24", "hours": 0.1, "time_off_category": "personal_time_off", "description": "string" }