{ "opencollection": "1.0.0", "info": { "name": "Microsoft To Do API (Microsoft Graph) ChecklistItems TaskLists API", "version": "v1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "TaskLists", "type": "folder" }, "items": [ { "info": { "name": "List todoTaskLists", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists" }, "docs": "List todoTaskLists" }, { "info": { "name": "Create todoTaskList", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/todo/lists", "body": { "type": "json", "data": "{}" } }, "docs": "Create todoTaskList" }, { "info": { "name": "Get todoTaskList", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskListId", "params": [ { "name": "todoTaskListId", "value": "", "type": "path" } ] }, "docs": "Get todoTaskList" }, { "info": { "name": "Update todoTaskList", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskListId", "params": [ { "name": "todoTaskListId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update todoTaskList" }, { "info": { "name": "Delete todoTaskList", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskListId", "params": [ { "name": "todoTaskListId", "value": "", "type": "path" } ] }, "docs": "Delete todoTaskList" } ] } ], "bundled": true }