ClickTime Version 9.10 includes the following updates:
- REST API v2 – Added various GET and POST endpoints for making, managing and approving time off requests. See the “TimeOffRequests” section of the REST API v2 documentation for a list of the new endpoints.
- REST API v2 – Added the ability to retrieve which time off types (a.k.a. leave types) are available for a specified person through the new
GET /Users/{userID}/TimeOffTypes
andGET /Users/{userID}/TimeOffTypes/{timeOffTypeID}
endpoints. - REST API v2 – Added the ability for a manager to retrieve which time off types (a.k.a. leave types) are available for a specified person through the new
GET /Manage/Users/{userID}/TimeOffTypes
andGET /Manage/Users/{userID}/TimeOffTypes/{timeOffTypeID}
endpoints. - REST API v2 – Added the ability to retrieve your expected time off balance for a date in the future via the new
GET /Me/TimeOffTypes/{timeOffTypeID}/FutureBalance/{date}
endpoint. The endpoint takes into account any expected future accruals and forthcoming planned time off. - REST API v2 – Added the ability for a manager to retrieve a specified person’s expected time off balance for a date in the future via the new
GET /Manage/Users/{userID}/TimeOffTypes/{timeOffTypeID}/FutureBalance/{date}
endpoint. The endpoint takes into account any expected future accruals and upcoming planned time off. - Added ability to populate your company’s 2023 holiday list with standard holidays for various countries.
- Bug fix – Project Insights might stay visible after turning off the feature. This is now fixed.
- Bug fix – A manager will no longer get a 403 error when calling the
GET /TimeOffTypes/new
endpoint. - Bug fix – A 404 error referencing “ResourceNotFound” will now properly get returned when calling the
PATCH /Me
endpoint with an empty “DefaultTaskID” value.