Changelog

This changelog records chronologically all the changes made to the TimeZest API.

June 15, 2026

Added support for ServiceNow on the scheduling request object. ServiceNow tasks (incident, problem, change request and case) and contacts can now be provided as associated entities, and scheduling requests can be filtered by service_now_task_number, service_now_task_id and service_now_contact_id using TQL.

February 10, 2026

Added support for filtering scheduling requests by agent_id or team_id on GET /v1/scheduling_requests endpoint.

June 12, 2025

Added support for providing Duration minutes, earliest date, earliest time, latest date, latest time, and Guests lists for the appointments on POST /v1/scheduling_requests endpoint.

October 21, 2024

Added support for associating a single entity with scheduling request object without wrapping it in array on POST /v1/scheduling_requests endpoint.

November 29, 2023

Added new GET /v1/scheduling_requests/:id endpoint to allow retrieval of an indiviual scheduling request.

September 4, 2023

Initial release of the TimeZest API with the agents, appointment types, resources, scheduling_requests and teams endpoints, and the TQL querying language.