March 2025 Updates
🆕 Pinning Notes - We have released a new API to pin & unpin notes inside a record. With this new API, we have also improved the GET Notes API to returned pinned notes and a new flag called is_pinned
is also added to the Note object.
⭐ Support for is_converted
in Requests - We have added a new boolean field is_converted
in GET Request Details which is automatically toggled to true whenever the request is converted into quote or job. You can also filter Requests using filter.is_converted
to filter only converted requests.
⭐ Support for secondary_customers
in Projects - We have now added support for storing secondary contacts for a project allowing you to associate multiple contacts to a single project. This new key is now available in Create & Update Projects API.
⭐ Support for attachment_description
in Add attachment - We have added a new optional string field attachment_description
to the upload attachment API to store description of the attachment. The key has a limit of 2000 characters.
⭐ Addition of scheduled_duration
and actual_duration
in Service Tasks - We have added two new keys to Service Task module to return scheduled & actual duration of each service tasks based on the status update. Both GET Service Task and GET Service Task Details will now include these additional keys. The value of these keys are returned in minutes.
⭐ Support for updated_at_since in GET API - We have now added support for new query param updated_at_since
in APIs including GET Jobs, Customers, Organizations, Property, Estimates, Invoices to get only records which were updated since the timestamp sent.
Note: The API expects the timestamp to be in UTC timezone