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

Latest commit

 

History

History
19 lines (13 loc) · 319 Bytes

root.md

File metadata and controls

19 lines (13 loc) · 319 Bytes

Root

Root is the top-level entity in the sync hierarchy.

Fetch the Root for the current User

GET a.wunderlist.com/api/v1/root

Response

Status: 200

json
{
  "id": 12345,
  "type": "root",
  "revision": 10,
  "user_id": 6234958
}