{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Users.todo API", "version": "1.0.0" }, "items": [ { "info": { "name": "Users.todo", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get todo from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the To Do services available to a user." }, { "info": { "name": "Microsoft Graph Update the navigation property todo in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property todo in users" }, { "info": { "name": "Microsoft Graph Delete navigation property todo for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ] }, "docs": "Microsoft Graph Delete navigation property todo for users" }, { "info": { "name": "Microsoft Graph Get lists from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The task lists in the users mailbox." }, { "info": { "name": "Microsoft Graph Create new navigation property to lists for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to lists for users" }, { "info": { "name": "Microsoft Graph Get lists from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The task lists in the users mailbox." }, { "info": { "name": "Microsoft Graph Update the navigation property lists in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property lists in users" }, { "info": { "name": "Microsoft Graph Delete navigation property lists for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" } ] }, "docs": "Microsoft Graph Delete navigation property lists for users" }, { "info": { "name": "Microsoft Graph Get extensions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the task list. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to extensions for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to extensions for users" }, { "info": { "name": "Microsoft Graph Get extensions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the task list. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property extensions in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property extensions in users" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ] }, "docs": "Microsoft Graph Delete navigation property extensions for users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/extensions/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get tasks from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The tasks in this task list. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to tasks for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tasks for users" }, { "info": { "name": "Microsoft Graph Get tasks from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The tasks in this task list. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property tasks in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tasks in users" }, { "info": { "name": "Microsoft Graph Delete navigation property tasks for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" } ] }, "docs": "Microsoft Graph Delete navigation property tasks for users" }, { "info": { "name": "Microsoft Graph Get attachments from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of file attachments for the task." }, { "info": { "name": "Microsoft Graph Create new navigation property to attachments for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to attachments for users" }, { "info": { "name": "Microsoft Graph Get attachments from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/:attachmentBase-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentBase-id", "value": "", "type": "path", "description": "The unique identifier of attachmentBase" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of file attachments for the task." }, { "info": { "name": "Microsoft Graph Delete navigation property attachments for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/:attachmentBase-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentBase-id", "value": "", "type": "path", "description": "The unique identifier of attachmentBase" } ] }, "docs": "Microsoft Graph Delete navigation property attachments for users" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property attachments from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/:attachmentBase-id/$value", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentBase-id", "value": "", "type": "path", "description": "The unique identifier of attachmentBase" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property attachments in users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/:attachmentBase-id/$value", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentBase-id", "value": "", "type": "path", "description": "The unique identifier of attachmentBase" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property attachments in users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/:attachmentBase-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentBase-id", "value": "", "type": "path", "description": "The unique identifier of attachmentBase" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action createUploadSession", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/createUploadSession", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload se" }, { "info": { "name": "Microsoft Graph Get attachmentSessions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get attachmentSessions from users" }, { "info": { "name": "Microsoft Graph Get attachmentSessions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentSession-id", "value": "", "type": "path", "description": "The unique identifier of attachmentSession" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get attachmentSessions from users" }, { "info": { "name": "Microsoft Graph Update the navigation property attachmentSessions in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentSession-id", "value": "", "type": "path", "description": "The unique identifier of attachmentSession" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property attachmentSessions in users" }, { "info": { "name": "Microsoft Graph Delete navigation property attachmentSessions for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentSession-id", "value": "", "type": "path", "description": "The unique identifier of attachmentSession" } ] }, "docs": "Microsoft Graph Delete navigation property attachmentSessions for users" }, { "info": { "name": "Microsoft Graph Get content for the navigation property attachmentSessions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentSession-id", "value": "", "type": "path", "description": "The unique identifier of attachmentSession" } ] }, "docs": "The content streams that are uploaded." }, { "info": { "name": "Microsoft Graph Update content for the navigation property attachmentSessions in users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentSession-id", "value": "", "type": "path", "description": "The unique identifier of attachmentSession" } ] }, "docs": "The content streams that are uploaded." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property attachmentSessions in users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "attachmentSession-id", "value": "", "type": "path", "description": "The unique identifier of attachmentSession" } ] }, "docs": "The content streams that are uploaded." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get checklistItems from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of checklistItems linked to a task." }, { "info": { "name": "Microsoft Graph Create new navigation property to checklistItems for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to checklistItems for users" }, { "info": { "name": "Microsoft Graph Get checklistItems from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems/:checklistItem-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "checklistItem-id", "value": "", "type": "path", "description": "The unique identifier of checklistItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of checklistItems linked to a task." }, { "info": { "name": "Microsoft Graph Update the navigation property checklistItems in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems/:checklistItem-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "checklistItem-id", "value": "", "type": "path", "description": "The unique identifier of checklistItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property checklistItems in users" }, { "info": { "name": "Microsoft Graph Delete navigation property checklistItems for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems/:checklistItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "checklistItem-id", "value": "", "type": "path", "description": "The unique identifier of checklistItem" } ] }, "docs": "Microsoft Graph Delete navigation property checklistItems for users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get extensions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the task. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to extensions for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to extensions for users" }, { "info": { "name": "Microsoft Graph Get extensions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the task. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property extensions in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property extensions in users" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ] }, "docs": "Microsoft Graph Delete navigation property extensions for users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get linkedResources from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of resources linked to the task." }, { "info": { "name": "Microsoft Graph Create new navigation property to linkedResources for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to linkedResources for users" }, { "info": { "name": "Microsoft Graph Get linkedResources from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources/:linkedResource-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "linkedResource-id", "value": "", "type": "path", "description": "The unique identifier of linkedResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of resources linked to the task." }, { "info": { "name": "Microsoft Graph Update the navigation property linkedResources in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources/:linkedResource-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "linkedResource-id", "value": "", "type": "path", "description": "The unique identifier of linkedResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property linkedResources in users" }, { "info": { "name": "Microsoft Graph Delete navigation property linkedResources for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources/:linkedResource-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "linkedResource-id", "value": "", "type": "path", "description": "The unique identifier of linkedResource" } ] }, "docs": "Microsoft Graph Delete navigation property linkedResources for users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "todoTask-id", "value": "", "type": "path", "description": "The unique identifier of todoTask" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/:todoTaskList-id/tasks/delta()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a set of todoTask resources that have been added, deleted, or updated in a specified todoTaskList. A delta function call for todoTask resources in a todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTask in that todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTask resources without having to fetch the entire set from the server eve" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/todo/lists/delta()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a set of todoTaskList resources that have been added, deleted, or removed in Microsoft To Do. A delta function call for todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTaskList without having to fetch all the todoTaskList from the server every time." } ] } ], "bundled": true }