We will deploy a set of API updates on January 13, 2026. As part of this release, several legacy objects are scheduled for removal. To maintain stability, these objects will remain available in a deprecated state until June 9, 2026, but they will return zero values from the moment the release goes live.
Backwards compatibility is guaranteed during this transition window, but integrations relying on the deprecated objects will stop receiving accurate data after January 13, 2026. To avoid disruptions, customers should update their integrations before that date.
If you need guidance on required changes or have questions about the new API structure, our team is ready to help.
🔴 DELETED FIELDS - Assignments (Allocations)
Response fields (GET):
| Field | Type | Description |
| actual_work | Integer | Logged time (minutes) |
| financial_total_actual_cost | MoneyField | Total cost of logged time |
| financial_total_actual_revenue | MoneyField | Total revenue from logged-in time |
| financial_avg_cost_rate | Decimal | Average cost rate |
| financial_actual_work_for_cost | Integer | Time to calculate the cost |
| financial_actual_work_for_revenue | Integer | Time to calculate revenue |
Daily data (in daily_data response):
| Field | Type | Description |
| actual_work | Integer | Time logged in per day |
🟡 CHANGED FIELDS - Assignments (Allocations)
| Old field | New field | Type | Description |
| starts_at | start_date | Date | Start date (was DateTime) |
| ends_at | end_date | Date | End date (was DateTime) |
| start_local_date | ❌ deleted | - | Redundant after changing to DateField |
| end_local_date | ❌ deleted | - | Redundant after changing to DateField |
🟡 CHANGED FIELDS - Contracts (CapacityChange)
| Old field | New field | Type |
| starts_at | start_date | Date |
| ends_at | end_date | Date |
🟡 CHANGED FIELDS - Demands
| Old field | New field | Type | Description |
| starts_at | start_date | Date | Start date (was DateTime) |
| ends_at | end_date | Date | End date (was DateTime) |
| start_local_date | ❌ deleted | - | Redundant after changing to DateField |
| end_local_date | ❌ deleted | - | Redundant after changing to DateField |