api icon indicating copy to clipboard operation
api copied to clipboard

The Wunderlist API Documentation

Results 77 api issues
Sort by recently updated
recently updated
newest added

I tried using the example `Underlist` application by running `http-server`, its fetching lists and tasks in it through http call but if I make any update in web app of...

I am trying to retrieve all tasks in a list, but when i specify completed=true, only completed tasks show, and when it is not specified, only not completed tasks show....

I have downloaded Wunderlist API from github.I would like to connect wunderlist from C# code using wunderlist API.but i can not able to connect.please check my below code and advise...

Hi, I'm trying to register an UWP app and I'm getting a validation error "Callback url is not a url". I'm using an URI per MS docs in the following...

When I run my script to retrieve the tasks or subtasks I get an error code 503 with nothing in the response. I f I run a Restlet Client I...

Having successfully generated the acesss token and feed the user id and this token into the ruby job, placing the example widget files into the correct locations this widget does...

When I request the list of tasks in a list with the tasks API endpoint and requests the task positions in a list with the task_position endpoint, for some lists...

Hi All, I tried to add a note to a task with curl but it's doesn't work i have this error message : {"error":{"type":"note_already_exists","translation_key":"api_error_note_already_exists","message":"A note with the given information already...

I've given an app access to my account and now I can't figure out how to remove access. Any help is greatly appreciated. Thanks!

Hi Team , I am making get lists API call, for this request I am getting 500 error response and some times successful response.I am unable to understand why 500...