Wrike
Manage tasks, folders, and projects in Wrike
Integrate Wrike project management into your workflows. List and filter tasks, create and update work items, manage folder structures, and access team contacts. Automate project updates, sync task status, and build cross-platform project management pipelines.
| Parameter | Type | Required | Description |
|---|
folderId | string | No | No description |
status | string | No | No description |
limit | number | No | No description |
fields | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
kind | string | Response kind |
data | array | List of tasks |
↳ id | string | Task ID |
↳ title | string | Task title |
↳ status | string | Task status |
↳ importance | string | Task importance level |
↳ permalink | string | Link to task in Wrike |
↳ createdDate | string | Creation timestamp |
↳ updatedDate | string | Last update timestamp |
| Parameter | Type | Required | Description |
|---|
folderId | string | Yes | No description |
title | string | Yes | No description |
description | string | No | No description |
status | string | No | No description |
importance | string | No | No description |
dates | string | No | No description |
responsibles | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
kind | string | Response kind |
data | array | Created task data |
↳ id | string | Task ID |
↳ title | string | Task title |
↳ status | string | Task status |
↳ permalink | string | Link to task in Wrike |
↳ createdDate | string | Creation timestamp |
| Parameter | Type | Required | Description |
|---|
taskId | string | Yes | No description |
title | string | No | No description |
description | string | No | No description |
status | string | No | No description |
importance | string | No | No description |
dates | string | No | No description |
responsibles | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
kind | string | Response kind |
data | array | Updated task data |
↳ id | string | Task ID |
↳ title | string | Updated title |
↳ status | string | Updated status |
↳ updatedDate | string | Update timestamp |
↳ permalink | string | Link to task in Wrike |
| Parameter | Type | Required | Description |
|---|
taskId | string | Yes | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
kind | string | Response kind |
data | array | Deleted task data |
↳ id | string | Deleted task ID |
| Parameter | Type | Required | Description |
|---|
fields | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
kind | string | Response kind |
data | array | List of folders and projects |
↳ id | string | Folder ID |
↳ title | string | Folder title |
↳ scope | string | Folder scope (WsFolder, WsTask, RbFolder, etc.) |
↳ permalink | string | Link to folder in Wrike |
↳ childIds | array | Child folder IDs |
| Parameter | Type | Required | Description |
|---|
fields | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
kind | string | Response kind |
data | array | List of workspace contacts |
↳ id | string | Contact ID |
↳ firstName | string | First name |
↳ lastName | string | Last name |
↳ type | string | Contact type (Person, Group) |
↳ profiles | array | Account profiles including email |
↳ deleted | boolean | Whether contact is deleted |