improved
📘Additional time off endpoints now show typed responses
2 days ago
Following our recent enhancements to the documentation of Get the details of an existing time off request
endpoint, we’ve now applied the same enhancement to three more endpoints:
- Get time off requests changes (
timeoff/requests/changes
) - Read a list of who's out of the office (
timeoff/whosout
) - Read a list of who's out of the office today or on the specified date (
timeoff/outtoday
)
Each now displays the correct response structure for each time-off type (days, hours, portion-on-range, etc.).
Note that each endpoint returns different levels of detail and data, so the schemas vary slightly between them. For example, the changes
endpoint includes change metadata such as the change type and the original request ID.
To learn more about how to use the new format, see Get Time off request: now shows typed responses
Note: This is a documentation-only change. There’s no impact on the API itself.