api
api copied to clipboard
The Wunderlist API Documentation
Hey, I'm trying to create multilined notes, but as soon as I include `\n` into my request (content-field), the json-library escapes it (correctly) into `\\n`. Wunderlist displays the note as...
Today I noticed that a request for subtasks in a list was returning the same data regardless of the `completed` parameter. Both complete and incomplete subtasks are returned in either...
Jos Koomen (https://disqus.com/by/disqus_JDjbwQNSdI/) reports > What is the best practice to see if a list still exists? Web hooks seems not to be triggered when deleted. If I have a...
_the suggestions below are for reference only_ 1. list to-do things in the next 7 days rather than in the week. 2. add three level for the stared to-do thing,...
Hello, I am successfully creating Tasks with Notes through the API and really love the simplicity! However there is one issue: I am creating links to Outlook mails in order...
Hello, I have used following code for authorization after get code $post_data = [ 'client_id' => $client_id, 'client_secret' => $client_secret, 'code' => $_REQUEST['code'], ]; ``` $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,...
Using the [users](https://developer.wunderlist.com/documentation/endpoints/user) endpoint to retrieve the list of users who have access to a particular `list_id` returns a 500 error: https://gist.github.com/benzapier/682c5feddf5d3c4deac51ab676e838f3 Should this approach work, or should the [membership](https://developer.wunderlist.com/documentation/endpoints/membership)...
I can't get this to work with the optional list_id parameter. Can you give an example ?
On April 9th, the webhook stopped working, unsure why.
How can I use the sockets created in wunderlist sdk js? In IE11, the socket.readyState is always 0 and in Chrome it is 3, so it seems like the socket...