Wunderlist [DEPRECATED]
Wunderlist provide a to-do list and task manager to help people get their stuff done. Whether you are sharing a grocery list with a loved one, working on a project, or planning a vacation, Wunderlist makes it easy to capture, share, and complete your to-dos. Wunderlist instantly syncs between your phone, tablet and computer, so you can access all your tasks from anywhere.
This connector is available in the following products and regions:
| Service | Class | Regions |
|---|---|---|
| Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
| Contact | |
|---|---|
| Name | Microsoft |
| URL | Microsoft LogicApps Support |
| Connector Metadata | |
|---|---|
| Publisher | Microsoft |
| Website | https://www.wunderlist.com/ |
Throttling Limits
| Name | Calls | Renewal Period |
|---|---|---|
| API calls per connection | 500 | 60 seconds |
| Frequency of trigger polls | 1 | 15 seconds |
Actions
| Add a comment to a task [DEPRECATED] |
This operation is used to add a comment to a specific task. |
| Create a list [DEPRECATED] |
This operation is used to create a new task list. |
| Create a note [DEPRECATED] |
This operation is used to add a note to a specific task. |
| Create a subtask [DEPRECATED] |
This operation is used to create a subtask within a specific task. |
| Create a task [DEPRECATED] |
This operation is used to create a new task. |
| Delete a note [DEPRECATED] |
This operation is used to delete a specific note. |
| Delete a reminder [DEPRECATED] |
This operation is used to delete a specific reminder. |
| Delete a subtask [DEPRECATED] |
This operation is used to delete a specific subtask. |
| Delete list [DEPRECATED] |
This operation is used to delete a list. |
| Delete task [DEPRECATED] |
This operation is used to delete a specific task. |
| Get a note [DEPRECATED] |
This operation is used to retrieve details of a specific note. |
| Get a task comment [DEPRECATED] |
This operation is used to retrieve details of a specific task comment. |
| Get files [DEPRECATED] |
This operation is used to retrieve files for a specific list or a specific task. |
| Get list [DEPRECATED] |
This operation retrieves the details of a specific list. |
| Get lists [DEPRECATED] |
This operation retrieves the task lists associated with your account. |
| Get notes [DEPRECATED] |
This operation is used to retrieve notes for a specific list or a task. |
| Get reminders [DEPRECATED] |
This operation is used to retrieve reminders for a specific list or a specific task. |
| Get subtask [DEPRECATED] |
This operation is used to retrieve the details of a specific subtask. |
| Get subtasks [DEPRECATED] |
This operation is used to retrieve subtasks from a specific list or from a specific task. |
| Get task [DEPRECATED] |
This operation retrieves the details of a specific task. |
| Get task comments [DEPRECATED] |
This operation retrieves task comments for a specific list or a task. |
| Get tasks for a list [DEPRECATED] |
This operation is used to retrieve all tasks from a specific list. |
| Set a reminder [DEPRECATED] |
This operation is used to set a reminder. |
| Update a list [DEPRECATED] |
This operation is used to update a specific list. |
| Update a note [DEPRECATED] |
This operation is used to update a specific note. |
| Update a reminder [DEPRECATED] |
This operation is used to update a specific reminder. |
| Update a subtask [DEPRECATED] |
This operation is used to update a specific subtask. |
| Update a task (V2) [DEPRECATED] |
This operation is used to update a specific task. |
| Update a task [DEPRECATED] |
This operation is used to update a specific task. |
Add a comment to a task [DEPRECATED]
This operation is used to add a comment to a specific task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique identifier of the parent list. |
|
Task Id
|
task_id | True | integer |
Unique identifier of the parent task. |
|
Text
|
text | string |
Body of the comment. |
Returns
Properties of a task comment.
- Body
- Comment
Create a list [DEPRECATED]
This operation is used to create a new task list.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Title
|
title | string |
Short summary of the task list. |
Returns
Properties of the newly created task list.
- Body
- CreatedList
Create a note [DEPRECATED]
This operation is used to add a note to a specific task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique identifier of the parent list. |
|
Task Id
|
task_id | True | integer |
Unique identifier of the parent task. |
|
Content
|
content | string |
Body of the note. |
Returns
Properties of a single note.
- Body
- Note
Create a subtask [DEPRECATED]
This operation is used to create a subtask within a specific task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique identifier of the parent list. |
|
Task Id
|
task_id | True | integer |
Unique identifier of the parent task. |
|
Title
|
title | True | string |
Short summary of the task. |
|
Completed
|
completed | boolean |
True to create completed subtask. |
Returns
Properties of a single subtask.
- Body
- Subtask
Create a task [DEPRECATED]
This operation is used to create a new task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique id of the list. |
|
Title
|
title | True | string |
Short summary of the task list. |
|
Assignee Id
|
assignee_id | integer |
Unique id of the person assigned to the task. |
|
|
Completed
|
completed | boolean |
True if a task is complete. |
|
|
Recurrence Type
|
recurrence_type | string |
Day, week, month or year. |
|
|
Recurrence Count
|
recurrence_count | integer |
Number of occurences. |
|
|
Due Date
|
due_date | date-time |
Due Date yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
|
Starred
|
starred | boolean |
True if the task is starred. |
Returns
Properties associated with a single task.
- Body
- Task
Delete a note [DEPRECATED]
This operation is used to delete a specific note.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Note Id
|
id | True | integer |
Unique id of the note. |
|
Revision
|
revision | True | integer |
Version count of the note. |
Delete a reminder [DEPRECATED]
This operation is used to delete a specific reminder.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Reminder Id
|
id | True | integer |
Unique id of the reminder. |
|
Revision
|
revision | True | integer |
Version count of the reminder. |
Delete a subtask [DEPRECATED]
This operation is used to delete a specific subtask.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Subtask Id
|
id | True | integer |
Unique id of the subtask. |
|
Revision
|
revision | True | integer |
Version count of the subtask. |
Delete list [DEPRECATED]
This operation is used to delete a list.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
id | True | integer |
Unique id of the list. |
|
Revision
|
revision | True | integer |
Version count of the list. |
Delete task [DEPRECATED]
This operation is used to delete a specific task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique id of the list. |
|
Task Id
|
id | True | integer |
Unique id of the task. |
|
Revision
|
revision | True | integer |
Version count of the task. |
Get a note [DEPRECATED]
This operation is used to retrieve details of a specific note.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Note Id
|
id | True | string |
Unique id of the note. |
Returns
Properties of a single note.
- Body
- Note
Get a task comment [DEPRECATED]
This operation is used to retrieve details of a specific task comment.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Comment Id
|
id | True | string |
Unique id of the comment. |
Returns
Properties of a task comment.
- Body
- Comment
Get files [DEPRECATED]
This operation is used to retrieve files for a specific list or a specific task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique id of the list. |
|
Task Id
|
task_id | integer |
Unique id of the task. |
Returns
- response
- array of File
Get list [DEPRECATED]
This operation retrieves the details of a specific list.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
id | True | integer |
Unique id of the list. |
Returns
Properties of a task list.
- Body
- List
Get lists [DEPRECATED]
This operation retrieves the task lists associated with your account.
Returns
- Task List Array
- array of List
Get notes [DEPRECATED]
This operation is used to retrieve notes for a specific list or a task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique id of the list. |
|
Task Id
|
task_id | integer |
Unique id of the task. |
Returns
- response
- array of Note
Get reminders [DEPRECATED]
This operation is used to retrieve reminders for a specific list or a specific task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique id of the list. |
|
Task Id
|
task_id | integer |
Unique id of the task. |
Returns
- response
- array of Reminder
Get subtask [DEPRECATED]
This operation is used to retrieve the details of a specific subtask.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Subtask Id
|
id | True | string |
Unique id of the subtask. |
Returns
Properties of a single subtask.
- Body
- Subtask
Get subtasks [DEPRECATED]
This operation is used to retrieve subtasks from a specific list or from a specific task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique id of the list. |
|
Task Id
|
task_id | integer |
Unique id of the task. |
|
|
Show Completed
|
completed | boolean |
True to show completed tasks. |
Returns
- response
- array of Subtask
Get task [DEPRECATED]
This operation retrieves the details of a specific task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique id of the list. |
|
Task Id
|
id | True | integer |
Unique id of the task. |
Returns
Properties associated with a single task.
- Body
- Task
Get task comments [DEPRECATED]
This operation retrieves task comments for a specific list or a task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique id of the list. |
|
Task Id
|
task_id | integer |
Unique id of the task. |
Returns
- response
- array of Comment
Get tasks for a list [DEPRECATED]
This operation is used to retrieve all tasks from a specific list.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique identifier of the list. |
|
Show Completed
|
completed | boolean |
True to show completed tasks. |
Returns
- response
- array of Task
Set a reminder [DEPRECATED]
This operation is used to set a reminder.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique identifier of the parent list. |
|
Task Id
|
task_id | True | integer |
Unique identifier of the parent task. |
|
Date
|
date | True | date-time |
Date when reminder should occur. |
Returns
Properties associated with a task reminder.
- Body
- Reminder
Update a list [DEPRECATED]
This operation is used to update a specific list.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
id | True | integer |
Unique id of the list. |
|
Revision
|
revision | string |
Version count of the list. |
|
|
Title
|
title | string |
Short summary of the list name. |
Returns
Properties of a task list.
- Body
- List
Update a note [DEPRECATED]
This operation is used to update a specific note.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Note Id
|
id | True | integer |
Unique id of the note. |
|
Revision
|
revision | integer |
Version count of the note. |
|
|
Content
|
content | string |
Body of the note. |
Returns
Properties of a single note.
- Body
- Note
Update a reminder [DEPRECATED]
This operation is used to update a specific reminder.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Reminder Id
|
id | True | integer |
Unique id of the reminder. |
|
Date-Time
|
date | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
|
Revision
|
revision | integer |
Version count of the reminder. |
Returns
Properties associated with a task reminder.
- Body
- Reminder
Update a subtask [DEPRECATED]
This operation is used to update a specific subtask.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Subtask Id
|
id | True | integer |
Unique id of the subtask. |
|
Revision
|
revision | integer |
Revision |
|
|
Title
|
title | string |
Title |
|
|
Completed
|
completed | boolean |
Completed |
Returns
Properties of a single subtask.
- Body
- Subtask
Update a task (V2) [DEPRECATED]
This operation is used to update a specific task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique id of the list. |
|
Task Id
|
id | True | integer |
Unique id of the task. |
|
Revision
|
revision | integer |
Version count of the task. |
|
|
Title
|
title | string |
Short summary of the task. |
|
|
Assignee Id
|
assignee_id | integer |
Unique identifier of the person task is assigned to. |
|
|
Completed
|
completed | boolean |
True if the task is complete. |
|
|
Recurrence Type
|
recurrence_type | string |
Day, week, month or year. |
|
|
Recurrence Count
|
recurrence_count | integer |
Recurrence Count |
|
|
Due Date-Time
|
due_date | string |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
|
Starred
|
starred | boolean |
True if the task is starred. |
Returns
Properties associated with a single task.
- Body
- Task
Update a task [DEPRECATED]
This operation is used to update a specific task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique id of the list. |
|
Task Id
|
id | True | integer |
Unique id of the task. |
|
Revision
|
revision | integer |
Version count of the task. |
|
|
Title
|
title | string |
Short summary of the task. |
|
|
Assignee Id
|
assignee_id | string |
Unique identifier of the person task is assigned to. |
|
|
Completed
|
completed | boolean |
True if the task is complete. |
|
|
Recurrence Type
|
recurrence_type | string |
Day, week, month or year. |
|
|
Recurrence Count
|
recurrence_count | integer |
Recurrence Count |
|
|
Due Date-Time
|
due_date | string |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
|
Starred
|
starred | boolean |
True if the task is starred. |
Returns
Properties associated with a single task.
- Body
- Task
Triggers
| When a new task is created [DEPRECATED] |
Triggers when a new task is created in a specific list. |
| When a reminder occurs [DEPRECATED] |
Triggers when a task reminder occurs. |
| When a task is due [DEPRECATED] |
This operation triggers when a task in a specific list is due. |
When a new task is created [DEPRECATED]
Triggers when a new task is created in a specific list.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique identifier of the list. |
Returns
Properties associated with a single task.
- Body
- Task
When a reminder occurs [DEPRECATED]
Triggers when a task reminder occurs.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique identifier of the list. |
|
Task Id
|
task_id | integer |
Unique identifier of the task. |
Returns
Properties associated with a task reminder.
- Body
- Reminder
When a task is due [DEPRECATED]
This operation triggers when a task in a specific list is due.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
List Id
|
list_id | True | integer |
Unique identifier of the list. |
Returns
Properties associated with a single task.
- Body
- Task
Definitions
Task
Properties associated with a single task.
| Name | Path | Type | Description |
|---|---|---|---|
|
Task Id
|
id | integer |
Unique identifier of the task. |
|
Assignee Id
|
assignee_id | integer |
Unique identifier of the person task is assigned to. |
|
Assigner Id
|
assigner_id | integer |
Unique identifier of the person who assigned the task. |
|
Created Date-Time
|
created_at | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
Created By
|
created_by_id | integer |
Unique identifier of the person who created the task. |
|
Due Date-Time
|
due_date | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
List Id
|
list_id | integer |
Unique identifier of the parent list. |
|
Revision
|
revision | integer |
Task version count. |
|
Starred
|
starred | boolean |
True if the task is starred. |
|
Title
|
title | string |
Short summary of the task. |
Reminder
Properties associated with a task reminder.
| Name | Path | Type | Description |
|---|---|---|---|
|
Id
|
id | integer |
Unique id of the reminder. |
|
Date-Time
|
date | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
TaskId
|
task_id | integer |
Unique id of the task. |
|
Revision
|
revision | integer |
Version count of the reminder. |
|
Type
|
type | string |
Summary of the reminder type. |
|
Created Date-Time
|
created_at | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
Updated At
|
updated_at | date-time |
Updated At |
List
Properties of a task list.
| Name | Path | Type | Description |
|---|---|---|---|
|
Id
|
id | integer |
Unique identifier of the task list. |
|
Created Date-Time
|
created_at | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
Title
|
title | string |
Short summary of the task list. |
|
List Type
|
list_type | string |
Short summary of the list type. |
|
Type
|
type | string |
Type of tasks contained in the list. |
|
Revision
|
revision | integer |
Version count of the list. |
CreatedList
Properties of the newly created task list.
| Name | Path | Type | Description |
|---|---|---|---|
|
Id
|
id | integer |
Unique identifier of the task list. |
|
Created Date-Time
|
created_at | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
Title
|
title | string |
Short summary of the task list. |
|
Type
|
type | string |
Task list type. |
|
Revision
|
revision | integer |
Version count of the list. |
Subtask
Properties of a single subtask.
| Name | Path | Type | Description |
|---|---|---|---|
|
Id
|
id | integer |
Unique identifier of the subtask. |
|
Task Id
|
task_id | integer |
Unique identifier of the parent task. |
|
Created Date-Time
|
created_at | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
Created By
|
created_by_id | integer |
Unique id of the person who created the subtask. |
|
Revision
|
revision | integer |
Version count of the subtask. |
|
Completed
|
completed | boolean |
True if the subtask is completed. |
|
Completed Date-Time
|
completed_at | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
Title
|
title | string |
Short summary of the subtask. |
|
Type
|
type | string |
Subtask type. |
Note
Properties of a single note.
| Name | Path | Type | Description |
|---|---|---|---|
|
Id
|
id | integer |
Unique identifier of the note. |
|
Task Id
|
task_id | integer |
Unique identifier of the parent task. |
|
Content
|
content | string |
Body of the note. |
|
Created Date-Time
|
created_at | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
Updated Date-Time
|
updated_at | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
|
Revision
|
revision | integer |
Version count of the note. |
Comment
Properties of a task comment.
| Name | Path | Type | Description |
|---|---|---|---|
|
Id
|
id | integer |
Unique identifier of the comment. |
|
Task Id
|
task_id | integer |
Unique identifier of the parent task. |
|
Revision
|
revision | integer |
Version count of the comment. |
|
Text
|
text | string |
Body of the comment. |
|
Type
|
type | string |
Comment type. |
|
Created Date-Time
|
created_at | date-time |
yyyy-MM-ddTHH:mm:ss.fffZ (UTC format) |
File
Properties associated with a single file.
| Name | Path | Type | Description |
|---|---|---|---|
|
Id
|
id | integer |
Unique identifier of the file. |
|
URL
|
url | string |
URL |
|
Task Id
|
task_id | integer |
Unique identifier of the parent task. |
|
List Id
|
list_id | integer |
Unique identifier of the parent list. |
|
UserId
|
user_id | integer |
Unique identifier of the person who created the file. |
|
File Name
|
file_name | string |
Filename |
|
Content Type
|
content_type | string |
Content Type |
|
File Size
|
file_size | integer |
File Size |
|
Local Created At
|
local_created_at | date-time |
File creation time specified by the user |
|
Created Date-Time
|
created_at | date-time |
Created At |
|
Updated Date-Time
|
updated_at | date-time |
Updated At |
|
Type
|
type | string |
Type. |
|
Revision
|
revision | integer |
Version count of the file. |