We have added support of Cascading Fields in API v4.
New endpoints
- [Enable cascading for task]
- [Disable cascading for task]
- [Enable cascading for folder]
- [Disable cascading for folder]
Existing endpoints adjusted
We have added support of Cascading Fields in API v4.
New endpoints
Existing endpoints adjusted
Wrike APIs now support expanded bulk API capabilities and a new asynchronous Batch API, enabling large-scale operations with significantly reduced rate-limit impact.
Bulk Update Enhancements
New Async Batch API
Query lock periods for timelogs
Added https://wrike.readme.io/wrike-production/reference/getfolderssingletimelog_lock_periods. Query timelog lock periods for spaces, folders and tasks.
Create lock periods for timelogs (lock timelog periods)
Added https://wrike.readme.io/wrike-production/reference/postfolderssingletimelog_lock_periods. Create timelog lock periods for spaces, folders.
Delete lock periods for timelogs (unlock timelog periods)
Added https://wrike.readme.io/wrike-production/reference/deletefolderssingletimelog_lock_periods. Delete timelog lock periods for spaces, folders.
Support lockStatus, exportStatus in query timelog request/response
Modified https://wrike.readme.io/wrike-production/reference/gettimelogsempty. Added in fields element in request the option for exportStatus and lockStatus, to be able to be returned as info in response.
Added https://wrike.readme.io/wrike-production/reference/puttimesheet_rowssingle. Update timesheet row by Id. For now support update timesheet row category.
Wrike Webhooks now support granular event filtering and richer payloads for more efficient integrations.
Added https://wrike.readme.io/wrike-production/reference/gettimesheetsempty. Update timesheets endpoint. For now support update approvalStatus.
Added GET/timesheets:
https://wrike.readme.io/wrike-production/reference/gettimesheetsempty retrieves user timesheets.
Added POST/timesheets:
https://wrike.readme.io/wrike-production/reference/posttimesheetsempty create new timesheet.
Added GET /spaces/{spaceId}/customfields that returns the custom fields for the specified space.
Added GET /spaces/{spaceId}/workflows that returns the workflows for the specified space.
GET /audit_log
The GET /audit_log now supports filtering by userId, objectType, and objectId for more targeted access to relevant audit log entries.
GET /spaces
The GET /spaces now supports filtering by title & accessTypes helping you narrow down results by personal, private, public, or locked spaces.
GET Folder-related endpoints
The GET /folders, GET /folders/{folderId}/folders & GET /spaces/{spaceId}/folders now support filtering by authors, owners, title, customStatuses. These filters enable more precise folder retrieval based on ownership, naming, or custom workflow statuses.
We’re excited to announce the launch of OpenAPI Specification & [New] Schema Reference for Wrike’s Public APIs.
You can now access it under API reference v4 > [New] Schema Reference
What’s New?
While the API endpoints and functionality remain unchanged, the new schema unlocks several powerful benefits:
No Functional Changes
This update does not introduce any new API endpoints or breaking changes. It simply makes the existing methods available in a widely adopted and developer-friendly format.
Deprecation Notice
Going forward, the [New] Schema Reference page will serve as the primary source for all Wrike public APIs. We recommend starting using this update to ensure continuity and take advantage of improved usability.
The existing API reference v4 > Methods pages will be deprecated by August 31st, 2025 and will no longer receive updates.