Changelog
This page will include any notable changes to the Worksome API.
For a full changelog including all changes, please see the Apollo Studio changelog.
2024-09-02
View the full changelog for this date on Apollo Studio.
Low Impact Changes
Job payment schemes
The Job.paymentScheme
field and related arguments have been deprecated as part of our platform simplification efforts and will be removed from the API on the 29th September 2024.
No direct replacement is planned.
2024-08-29
View the full changelog for this date on Apollo Studio.
Low Impact Changes
Payment request type
All references to bills have been removed from the API.
2024-02-27
View the full changelog for this date on Apollo Studio.
Medium Impact Changes
Hire date properties
The dateStart
and dateEnd
fields have been deprecated.
Please migrate to the new startDate
and endDate
fields as soon as possible.
2024-02-12
View the full changelog for this date on Apollo Studio.
Medium Impact Changes
Payment request type
The Bill
type has been renamed to PaymentRequest
, and corresponding references to bills are now deprecated and will be removed from the API on the 29th August 2024.
Please migrate any uses of the following in your integrations:
-
bill
should be renamed topaymentRequest
-
bills
should be renamed topaymentRequests