Lists and items
Get list
curl -X GET "https://example.com/api/v1/lists/string"{ "list": { "uid": "string", "name": "string", "sharing": "SHARING_UNSPECIFIED", "canEdit": true, "isOwner": true, "isPinned": true, "openCount": 0, "doneCount": 0, "createdAt": "string", "updatedAt": "string", "archivedAt": "string", "archivedByName": "string" }, "items": [ { "uid": "string", "label": "string", "quantity": "string", "dueOn": "string", "done": true, "addedByName": "string", "doneByName": "string", "doneAt": "string", "doneByUid": "string", "note": "string", "addedViaToken": "string" } ]}Duplicate list
DuplicateList copies a List and the Items still open on it. The copy starts private and starts empty of history: it is a new List that happens to begin with the same things on it, not a second view of the first.
Get list shares
GetListShares returns who a List reaches by name, for the share dialog.