Get future vacation requests
Returns all future vacation requests for the current employee.
What is returned:
- Vacation request ID
- Start and end dates
- Current status (Pending, Approved, or Rejected)
Note: This endpoint is only available for employee accounts. Future vacations are those with a start date in the future.
GET
/account/employee/vacations/futureAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:reador
AuthorizationBearer token (JWT) · headerrequiredResponses
200
Array of
FutureVacationResponsedateFromstringrequireddateTostringrequiredidstringrequiredstatusstringrequiredAllowed:
PendingApprovedRejected401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions
404
Employee not found