Added

New and Deprecated Parameters

Here's some info about upcoming updates to the Wrike API v3.

The following updates will be released on February 19, and may affect your applications as some minor API features will be deprecated:

  1. In [GET] /folders methods:
  • children member will be deprecated. Instead, please use childIds, which was introduced in October 2014. Check docs
  1. In /timelogs methods:
  • date parameter will be deprecated. Instead, trackedDate should be used.
  • date member will be deprecated. Instead, createdDate or trackedDate should be used, depending on your purpose.

These new features are being released on February 17 to help you improve your workflow:

  1. [GET] /tasks methods were updated with several parameters:
  • Subtasks can now be included in the search scope: e.g. /tasks?subTasks=true
  • Values of custom fields and also their general availability for a task can now be included in the search scope: e.g. /tasks?customField={id: "search_id", value: "optional_search_value"}
  1. [GET] /folders methods have been updated with search by permalink: e.g. /folders?permalink=...
  2. Optional field briefDescription has been added to Folder model.
  3. For those who are migrating their apps from APIv2 we now provide the [GET] /ids method, which can be used to convert legacy APIv2 IDs into APIv3 IDs.