GET
/
employer
/
time-off-events
/
{time-off-event-id}
Time-Off Event
curl --request GET \
  --url https://api.tryfinch.com/employer/time-off-events/{time-off-event-id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Finch-API-Version: <finch-api-version>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source_id": "<string>",
"individual_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"reviewer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "requested",
"policy_type": "pto",
"source_policy_type": "<string>",
"event_type": "vacation",
"source_event_type": "<string>",
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Please use your Access Token

Headers

Finch-API-Version
string<date>
default:2020-09-17
required

Header used to specify the version for a given API request. Current version is 2020-09-17.

Path Parameters

time-off-event-id
string<uuid>
required

The unique identifier for the time-off event

Response

200
application/json

Time-off event details

Represents a time-off request, approval, or actual time-off taken.