Overview
Configuration is provided for establishing connections with the Wunderlist service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Configuration
Base URL address: https://a.wunderlist.com/api/v1
.
- Token
-
The authentication uses an authorized token.
The following request parameters will be automatically processed during the authentication process:
-
X-Client-ID:
19352566b39bbffd275c
-
X-Access-Token:
{{=token.Access}}
Documentation: https://developer.wunderlist.com/documentation/concepts/authorization.
-
X-Client-ID:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/files
.The action has the following user-defined parameters:
- task_id: Required. Specify task identifier.
- list_id: Required. Specify list identifier.
- [Create] action
-
Endpoint URL address:
/files
.
- [Delete] action
-
Endpoint URL address:
/files/{{=item.id}}
.
- id
A key field. Data type: DT_I4
- url
Template: ShortText. A read-only field.
- task_id
Data type: DT_I4
- list_id
Data type: DT_I4
- user_id
Data type: DT_I4 A read-only field.
- file_name
Template: ShortText.
- content_type
Template: ShortText.
- file_size
Data type: DT_I4
- local_created_at
Template: DateTime.
- upload_id
Data type: DT_I4 Before setting, the value is processed with
{{=Wunderlist.uploadFile(item)}}
expression.- content
Data type: DT_IMAGE The value is gathered from
{{=item.url}}
address.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/folders
.
- [Create] action
-
Endpoint URL address:
/folders
.
- [Update] action
-
Endpoint URL address:
/folders/{{=item.id}}
.
- [Delete] action
-
Endpoint URL address:
/folders/{{=item.id}}
.
- id
A key field. Data type: DT_I4
- title
Template: ShortText.
- list_ids
Template: LongText. A composite field.
- created_by_request_id
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/lists
.
- [Create] action
-
Endpoint URL address:
/lists
.
- [Update] action
-
Endpoint URL address:
/lists/{{=item.id}}
.
- [Delete] action
-
Endpoint URL address:
/lists/{{=item.id}}
.
- id
A key field. Data type: DT_I4
- title
Template: ShortText.
- list_type
Template: ShortText.
- positions
-
The value is gathered from
/list_positions/{{=item.id}}
address. The value is sent to/list_positions/{{=item.id}}
address. Field components:-
Uses template:
LongText
. - Contains the following components: id, values, revision.
Documentation: https://developer.wunderlist.com/documentation/endpoints/positions.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/memberships
.The action has the following user-defined parameters:
- list_id: Required. Specify list identifier.
- [Create] action
-
Endpoint URL address:
/memberships
.
- [Update] action
-
Endpoint URL address:
/memberships/{{=item.id}}
.
- [Delete] action
-
Endpoint URL address:
/memberships/{{=item.id}}
.
- id
A key field. Data type: DT_I4
- user_id
Data type: DT_I4
- list_id
Data type: DT_I4
- state
Template: ShortText.
- owner
Data type: DT_BOOL A read-only field.
- muted
Data type: DT_BOOL
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/notes
.The action has the following user-defined parameters:
- task_id: Required. Specify task identifier.
- list_id: Required. Specify list identifier.
- [Create] action
-
Endpoint URL address:
/notes
.
- [Update] action
-
Endpoint URL address:
/notes/{{=item.id}}
.
- [Delete] action
-
Endpoint URL address:
/notes/{{=item.id}}
.
- id
A key field. Data type: DT_I4
- task_id
Data type: DT_I4
- list_id
Data type: DT_I4
- content
Template: LongText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/reminders
.The action has the following user-defined parameters:
- task_id: Required. Specify task identifier.
- list_id: Required. Specify list identifier.
- [Create] action
-
Endpoint URL address:
/reminders
.
- [Update] action
-
Endpoint URL address:
/reminders/{{=item.id}}
.
- [Delete] action
-
Endpoint URL address:
/reminders/{{=item.id}}
.
- id
A key field. Data type: DT_I4
- date
Template: DateTime.
- task_id
Data type: DT_I4
- list_id
Data type: DT_I4
- created_by_device_udid
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/subtasks
.The action has the following user-defined parameters:
- task_id: Required. Specify task identifier.
- list_id: Required. Specify list identifier.
- [Create] action
-
Endpoint URL address:
/subtasks
.
- [Update] action
-
Endpoint URL address:
/subtasks/{{=item.id}}
.
- [Delete] action
-
Endpoint URL address:
/subtasks/{{=item.id}}
.
- id
A key field. Data type: DT_I4
- task_id
Data type: DT_I4
- list_id
Data type: DT_I4
- created_by_id
Data type: DT_I4 A read-only field.
- title
Template: ShortText.
- completed
Data type: DT_BOOL
- completed_at
Template: DateTime. A read-only field.
- positions
-
The value is gathered from
/subtask_positions/{{=item.id}}
address. The value is sent to/subtask_positions/{{=item.id}}
address. Field components:-
Uses template:
LongText
. - Contains the following components: id, values, revision.
Documentation: https://developer.wunderlist.com/documentation/endpoints/positions.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/tasks
.The action has the following user-defined parameters:
- list_id: Required. Specify list identifier.
- [Create] action
-
Endpoint URL address:
/tasks
.
- [Update] action
-
Endpoint URL address:
/tasks/{{=item.id}}
.
- [Delete] action
-
Endpoint URL address:
/tasks/{{=item.id}}
.
- id
A key field. Data type: DT_I4
- assignee_id
Data type: DT_I4
- created_by_id
Data type: DT_I4 A read-only field.
- due_date
Template: Date.
- list_id
Data type: DT_I4
- starred
Data type: DT_BOOL
- title
Template: ShortText.
- completed
Data type: DT_BOOL
- completed_at
Template: DateTime. A read-only field.
- completed_by_id
Data type: DT_I4
- recurrence_type
Template: ShortText.
- recurrence_count
Data type: DT_I4
- remove
Template: LongText. A composite field.
- positions
-
The value is gathered from
/task_positions/{{=item.id}}
address. The value is sent to/task_positions/{{=item.id}}
address. Field components:-
Uses template:
LongText
. - Contains the following components: id, values, revision.
Documentation: https://developer.wunderlist.com/documentation/endpoints/positions.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/task_comments
.The action has the following user-defined parameters:
- task_id: Required. Specify task identifier.
- list_id: Required. Specify list identifier.
- [Create] action
-
Endpoint URL address:
/task_comments
.
- id
A key field. Data type: DT_I4
- task_id
Data type: DT_I4
- list_id
Data type: DT_I4
- text
Template: LongText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/webhooks
.The action has the following user-defined parameters:
- list_id: Required. Specify list identifier.
- [Create] action
-
Endpoint URL address:
/webhooks
.
- [Delete] action
-
Endpoint URL address:
/webhooks/{{=item.id}}
.
- id
A key field. Data type: DT_I4
- list_id
Data type: DT_I4
- membership_id
Data type: DT_I4
- membership_type
Template: ShortText.
- url
Template: ShortText.
- processor_type
Template: ShortText.
- configuration
Template: LongText.
- created_by_id
Data type: DT_I4
- [Read] action
-
The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
_includeUserParameters:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
application/json:
{{=item}}
-
application/json:
- [Update] action
-
The action uses PATCH method.The following request parameters will be automatically processed:
-
application/json:
{{=item}}
-
application/json:
- [Delete] action
-
The action uses DELETE method.The following request parameters will be automatically processed:
-
application/json:
{{=item}}
-
application/json:
- type
Template: ShortText. A read-only field.
- revision
A key field. Data type: DT_I4
- created_at
Template: DateTime. A read-only field.
- updated_at
Template: DateTime. A read-only field.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- DateTime
Data type: DT_DBTIMESTAMP
- Date
Data type: DT_DBDATE Before setting, the value is processed with
{{=value && dateFormat(value, 'yyyy-mm-dd')}}
expression.
What's New
- Removed: Service no longer exists.
- New: Introduced connection.
Related documentation
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.