GET
/
employer
/
time-off-events
Time-Off Events
curl --request GET \
  --url https://api.tryfinch.com/employer/time-off-events \
  --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.

Query Parameters

individual_id
string<uuid>

Filter by individual employee ID

policy_type
enum<string>

Filter by policy type

Available options:
pto,
sick,
parental,
unpaid,
other

Response

200
application/json

Time-off events for employees

Array of time-off events for employees.