Lists and items
Set item done
SetItemDone ticks or unticks an Item. A tick is a tick whoever made it, so this never conflicts.
Path Parameters
itemUid*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://example.com/api/v1/items/string/done" \ -H "Content-Type: application/json" \ -d '{}'{ "item": { "uid": "string", "label": "string", "quantity": "string", "dueOn": "string", "done": true, "addedByName": "string", "doneByName": "string", "doneAt": "string", "doneByUid": "string", "note": "string", "addedViaToken": "string" }}Search
Search finds Lists and Items by what a Member wrote in them. It is what ⌘K reads. Results narrow while they are still typing, and never include anything they could not already open.
Set list archived
DeleteList removes a List and the Items on it. Only its owner may. Puts a List out of the sidebar, or brings it back. Archiving is not deleting: what is archived keeps its Items and can be restored.