Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

[Bug] Inconsistent return value from task_positions endpoint #124

Open
charignon opened this issue Oct 29, 2017 · 0 comments
Open

[Bug] Inconsistent return value from task_positions endpoint #124

charignon opened this issue Oct 29, 2017 · 0 comments

Comments

@charignon
Copy link

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 I get a different set of ids.
The web UI and the app shows the tasks from the tasks endpoint.

Here is the minimal repro case with anonymized ids:

$ curl -s -H "X-Access-Token:XXX" -H "X-Client-ID:YYY" "https://a.wunderlist.com/api/v1/task_positions?list_id=123"  | jq '.[0].values'
[
  5,
  1,
  2
]

$ curl -s  -H "X-Access-Token:XXX" -H "X-Client-ID:YYY" "https://a.wunderlist.com/api/v1/tasks?list_id=123" | jq ".[].id"
1
2
3

Note: this breaks https://github.com/myuhe/org-wunderlist.el.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant