v2.1.79
April 28th, 2025
β¨ New Time-Off Endpoints
π POST /rest/v2/time-offs/validate
POST /rest/v2/time-offs/validateValidate a time-off request before submission.
- Enables pre-validation of new or updated time-off requests for given dates.
- Returns:
- Validation errors, if the request cannot be processed.
- Pre-calculation of time-off usage.
- Daily breakdown of available time-off for easier user selection.
- β‘ It is required to call this endpoint before submitting or updating a time-off request.
π API Reference: Validate Time-Off
π Scopes Required: time-off:read
π Supported Token Types: OAUTH2:PERSONAL, OAUTH2:ORGANIZATIONAL, PAT:PERSONAL, PAT:ORGANIZATIONAL
π POST /rest/v2/time-offs/review
POST /rest/v2/time-offs/reviewBatch approve or reject multiple time-off requests.
- Allows reviewing (approving/rejecting) multiple pending time-off requests in a single API call.
- Designed to integrate with workflows where time-off requests are initially submitted with a pending approval status.
- Great for automating bulk approval/review processes via API.
π API Reference: Approve/Reject Time-Off Requests
π Scopes Required: time-off:write
π Supported Token Types: OAUTH2:PERSONAL, OAUTH2:ORGANIZATIONAL, PAT:PERSONAL, PAT:ORGANIZATIONAL