{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Me.todo API", "version": "1.0.0" }, "items": [ { "info": { "name": "Me.todo", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get todo from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo", "params": [ { "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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/todo", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property todo in me" }, { "info": { "name": "Microsoft Graph Delete navigation property todo for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property todo for me" }, { "info": { "name": "Microsoft Graph List lists", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists", "params": [ { "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": "Get a list of the todoTaskList objects and their properties." }, { "info": { "name": "Microsoft Graph Create todoTaskList", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/todo/lists", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new lists object." }, { "info": { "name": "Microsoft Graph Get todoTaskList", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id", "params": [ { "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": "Read the properties and relationships of a todoTaskList object." }, { "info": { "name": "Microsoft Graph Update todoTaskList", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id", "params": [ { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a todoTaskList object." }, { "info": { "name": "Microsoft Graph Delete todoTaskList", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" } ] }, "docs": "Deletes a todoTaskList object." }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/extensions", "params": [ { "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 me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/extensions", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/extensions/:extension-id", "params": [ { "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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/extensions/:extension-id", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/extensions/$count", "params": [ { "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 List tasks", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks", "params": [ { "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": "Get the todoTask resources from the tasks navigation property of a specified todoTaskList." }, { "info": { "name": "Microsoft Graph Create todoTask", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks", "params": [ { "name": "todoTaskList-id", "value": "", "type": "path", "description": "The unique identifier of todoTaskList" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new task object in a specified todoTaskList." }, { "info": { "name": "Microsoft Graph Get todoTask", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id", "params": [ { "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": "Read the properties and relationships of a todoTask object." }, { "info": { "name": "Microsoft Graph Update todoTask", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id", "params": [ { "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": "Update the properties of a todoTask object." }, { "info": { "name": "Microsoft Graph Delete todoTask", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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": "Delete a todoTask object." }, { "info": { "name": "Microsoft Graph List taskFileAttachments", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments", "params": [ { "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": "Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes." }, { "info": { "name": "Microsoft Graph Create taskFileAttachment", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments", "params": [ { "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": "Add a new taskFileAttachment object to a todoTask. This operation limits the size of the attachment you can add to under 3 MB. If the size of the file attachments is more than 3 MB, create an upload session to upload the attachments." }, { "info": { "name": "Microsoft Graph Get taskFileAttachment", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/:attachmentBase-id", "params": [ { "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": "Read the properties and relationships of a taskFileAttachment object." }, { "info": { "name": "Microsoft Graph Delete taskFileAttachment", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/:attachmentBase-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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": "Delete a taskFileAttachment object from a todoTask resource." }, { "info": { "name": "Microsoft Graph List taskFileAttachments", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/:attachmentBase-id/$value", "params": [ { "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": "Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property attachments in me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/:attachmentBase-id/$value", "params": [ { "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 taskFileAttachment", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/:attachmentBase-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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": "Delete a taskFileAttachment object from a todoTask resource." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/$count", "params": [ { "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/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachments/createUploadSession", "params": [ { "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 me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get attachmentSessions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Update the navigation property attachmentSessions in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property attachmentSessions for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get content for the navigation property attachmentSessions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id/content", "params": [ { "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 me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id/content", "params": [ { "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 me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/:attachmentSession-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/attachmentSessions/$count", "params": [ { "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 List checklistItems", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems", "params": [ { "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": "Get the checklistItem resources associated to a todoTask from the checklistItems navigation property." }, { "info": { "name": "Microsoft Graph Create checklistItem", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems", "params": [ { "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 a new checklistItem object." }, { "info": { "name": "Microsoft Graph Get checklistItem", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems/:checklistItem-id", "params": [ { "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": "Read the properties and relationships of a checklistItem object." }, { "info": { "name": "Microsoft Graph Update checklistItem", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems/:checklistItem-id", "params": [ { "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": "Update the properties of a checklistItem object." }, { "info": { "name": "Microsoft Graph Delete checklistItem", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems/:checklistItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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": "Delete a checklistItem object." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/checklistItems/$count", "params": [ { "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 me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions", "params": [ { "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 me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions/:extension-id", "params": [ { "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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions/:extension-id", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/extensions/$count", "params": [ { "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 List linkedResources", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources", "params": [ { "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": "Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application." }, { "info": { "name": "Microsoft Graph Create linkedResource", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources", "params": [ { "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 a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a task." }, { "info": { "name": "Microsoft Graph Get linkedResource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources/:linkedResource-id", "params": [ { "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": "Read the properties and relationships of a linkedResource object." }, { "info": { "name": "Microsoft Graph Update linkedResource", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources/:linkedResource-id", "params": [ { "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": "Update the properties of a linkedResource object." }, { "info": { "name": "Microsoft Graph Delete linkedResource", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources/:linkedResource-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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": "Delete a linkedResource object." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/todo/lists/:todoTaskList-id/tasks/:todoTask-id/linkedResources/$count", "params": [ { "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/me/todo/lists/:todoTaskList-id/tasks/$count", "params": [ { "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/me/todo/lists/:todoTaskList-id/tasks/delta()", "params": [ { "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/me/todo/lists/$count", "params": [ { "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/me/todo/lists/delta()", "params": [ { "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 }