Skip to main content

Microsoft To Do

Manage personal task lists and tasks in Microsoft To Do.

Microsoft To Do Logo

Authentication

This connector uses OAuth 2.0 authentication.

info

Set up your connection in the Abstra Console before using it in your workflows.

How to use

Using the Smart Chat

Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".

Using the Web Editor

from abstra.connectors import run_connection_action

result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})

Available Actions

This connector provides 116 actions:

ActionPurposeParameters
get_me_todoRepresents the To Do services available to a user.$select (array)
$expand (array)
patch_me_todoUpdate the navigation property todo in medata (undefined) required
delete_me_todoDelete navigation property todo for meIf-Match (string)
get_me_todo_listsGet a list of the todoTaskList objects and their properties.$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_listsCreate a new lists object.data (undefined) required
get_me_todo_lists_by_todo_task_list_idRead the properties and relationships of a todoTaskList object.todoTaskList-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_idUpdate the properties of a todoTaskList object.todoTaskList-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_idDeletes a todoTaskList object.todoTaskList-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_extensionsThe collection of open extensions defined for the task list. Nullable.todoTaskList-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_extensionsCreate new navigation property to extensions for metodoTaskList-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_extensions_by_extension_idThe collection of open extensions defined for the task list. Nullable.todoTaskList-id (string)
extension-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_extensions_by_extension_idUpdate the navigation property extensions in metodoTaskList-id (string)
extension-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_extensions_by_extension_idDelete navigation property extensions for metodoTaskList-id (string)
extension-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_extensions_countGet the number of the resourcetodoTaskList-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasksGet the todoTask resources from the tasks navigation property of a specified todoTaskList.todoTaskList-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_tasksCreate a new task object in a specified todoTaskList.todoTaskList-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_idRead the properties and relationships of a todoTask object.todoTaskList-id (string)
todoTask-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_idUpdate the properties of a todoTask object.todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_idDelete a todoTask object.todoTaskList-id (string)
todoTask-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachmentsGet 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.todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachmentsAdd 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.todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_idRead the properties and relationships of a taskFileAttachment object.todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
$select (array)
$expand (array)
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_idDelete a taskFileAttachment object from a todoTask resource.todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_id_valueGet 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.todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
put_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_id_valueThe unique identifier for an entity. Read-only.todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
data (string) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_id_valueDelete a taskFileAttachment object from a todoTask resource.todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_countGet the number of the resourcetodoTaskList-id (string)
todoTask-id (string)
$search (string)
post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_create_upload_sessionCreate 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 setodoTaskList-id (string)
todoTask-id (string)
data: {
. attachmentInfo (object)
} (object) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessionsGet attachmentSessions from metodoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_idGet attachmentSessions from metodoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_idUpdate the navigation property attachmentSessions in metodoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_idDelete navigation property attachmentSessions for metodoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_id_contentThe content streams that are uploaded.todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
put_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_id_contentThe content streams that are uploaded.todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
data (string) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_id_contentThe content streams that are uploaded.todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_countGet the number of the resourcetodoTaskList-id (string)
todoTask-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_itemsGet the checklistItem resources associated to a todoTask from the checklistItems navigation property.todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_itemsCreate a new checklistItem object.todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_by_checklist_item_idRead the properties and relationships of a checklistItem object.todoTaskList-id (string)
todoTask-id (string)
checklistItem-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_by_checklist_item_idUpdate the properties of a checklistItem object.todoTaskList-id (string)
todoTask-id (string)
checklistItem-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_by_checklist_item_idDelete a checklistItem object.todoTaskList-id (string)
todoTask-id (string)
checklistItem-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_countGet the number of the resourcetodoTaskList-id (string)
todoTask-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensionsThe collection of open extensions defined for the task. Nullable.todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensionsCreate new navigation property to extensions for metodoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_by_extension_idThe collection of open extensions defined for the task. Nullable.todoTaskList-id (string)
todoTask-id (string)
extension-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_by_extension_idUpdate the navigation property extensions in metodoTaskList-id (string)
todoTask-id (string)
extension-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_by_extension_idDelete navigation property extensions for metodoTaskList-id (string)
todoTask-id (string)
extension-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_countGet the number of the resourcetodoTaskList-id (string)
todoTask-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resourcesGet 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.todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resourcesCreate 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.todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_by_linked_resource_idRead the properties and relationships of a linkedResource object.todoTaskList-id (string)
todoTask-id (string)
linkedResource-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_by_linked_resource_idUpdate the properties of a linkedResource object.todoTaskList-id (string)
todoTask-id (string)
linkedResource-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_by_linked_resource_idDelete a linkedResource object.todoTaskList-id (string)
todoTask-id (string)
linkedResource-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_countGet the number of the resourcetodoTaskList-id (string)
todoTask-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasks_countGet the number of the resourcetodoTaskList-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasks_delta_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 evetodoTaskList-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_me_todo_lists_countGet the number of the resource$search (string)
get_me_todo_lists_delta_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, you 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.$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_users_by_user_id_todoRepresents the To Do services available to a user.user-id (string)
$select (array)
$expand (array)
patch_users_by_user_id_todoUpdate the navigation property todo in usersuser-id (string)
data (undefined) required
delete_users_by_user_id_todoDelete navigation property todo for usersuser-id (string)
If-Match (string)
get_users_by_user_id_todo_listsThe task lists in the users mailbox.user-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_users_by_user_id_todo_listsCreate new navigation property to lists for usersuser-id (string)
data (undefined) required
get_users_by_user_id_todo_lists_by_todo_task_list_idThe task lists in the users mailbox.user-id (string)
todoTaskList-id (string)
$select (array)
$expand (array)
patch_users_by_user_id_todo_lists_by_todo_task_list_idUpdate the navigation property lists in usersuser-id (string)
todoTaskList-id (string)
data (undefined) required
delete_users_by_user_id_todo_lists_by_todo_task_list_idDelete navigation property lists for usersuser-id (string)
todoTaskList-id (string)
If-Match (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_extensionsThe collection of open extensions defined for the task list. Nullable.user-id (string)
todoTaskList-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_users_by_user_id_todo_lists_by_todo_task_list_id_extensionsCreate new navigation property to extensions for usersuser-id (string)
todoTaskList-id (string)
data (undefined) required
get_users_by_user_id_todo_lists_by_todo_task_list_id_extensions_by_extension_idThe collection of open extensions defined for the task list. Nullable.user-id (string)
todoTaskList-id (string)
extension-id (string)
$select (array)
$expand (array)
patch_users_by_user_id_todo_lists_by_todo_task_list_id_extensions_by_extension_idUpdate the navigation property extensions in usersuser-id (string)
todoTaskList-id (string)
extension-id (string)
data (undefined) required
delete_users_by_user_id_todo_lists_by_todo_task_list_id_extensions_by_extension_idDelete navigation property extensions for usersuser-id (string)
todoTaskList-id (string)
extension-id (string)
If-Match (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_extensions_countGet the number of the resourceuser-id (string)
todoTaskList-id (string)
$search (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasksThe tasks in this task list. Read-only. Nullable.user-id (string)
todoTaskList-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_users_by_user_id_todo_lists_by_todo_task_list_id_tasksCreate new navigation property to tasks for usersuser-id (string)
todoTaskList-id (string)
data (undefined) required
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_idThe tasks in this task list. Read-only. Nullable.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
$select (array)
$expand (array)
patch_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_idUpdate the navigation property tasks in usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
delete_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_idDelete navigation property tasks for usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
If-Match (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachmentsA collection of file attachments for the task.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachmentsCreate new navigation property to attachments for usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_idA collection of file attachments for the task.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
$select (array)
$expand (array)
delete_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_idDelete navigation property attachments for usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
If-Match (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_id_valueThe unique identifier for an entity. Read-only.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
put_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_id_valueThe unique identifier for an entity. Read-only.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
data (string) required
delete_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_id_valueThe unique identifier for an entity. Read-only.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
If-Match (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_countGet the number of the resourceuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
$search (string)
post_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_create_upload_sessionCreate 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 seuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
data: {
. attachmentInfo (object)
} (object) required
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessionsGet attachmentSessions from usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_idGet attachmentSessions from usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
$select (array)
$expand (array)
patch_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_idUpdate the navigation property attachmentSessions in usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
data (undefined) required
delete_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_idDelete navigation property attachmentSessions for usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
If-Match (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_id_contentThe content streams that are uploaded.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
put_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_id_contentThe content streams that are uploaded.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
data (string) required
delete_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_id_contentThe content streams that are uploaded.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
If-Match (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_countGet the number of the resourceuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
$search (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_itemsA collection of checklistItems linked to a task.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_itemsCreate new navigation property to checklistItems for usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_by_checklist_item_idA collection of checklistItems linked to a task.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
checklistItem-id (string)
$select (array)
$expand (array)
patch_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_by_checklist_item_idUpdate the navigation property checklistItems in usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
checklistItem-id (string)
data (undefined) required
delete_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_by_checklist_item_idDelete navigation property checklistItems for usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
checklistItem-id (string)
If-Match (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_countGet the number of the resourceuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
$search (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensionsThe collection of open extensions defined for the task. Nullable.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensionsCreate new navigation property to extensions for usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_by_extension_idThe collection of open extensions defined for the task. Nullable.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
extension-id (string)
$select (array)
$expand (array)
patch_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_by_extension_idUpdate the navigation property extensions in usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
extension-id (string)
data (undefined) required
delete_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_by_extension_idDelete navigation property extensions for usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
extension-id (string)
If-Match (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_countGet the number of the resourceuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
$search (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resourcesA collection of resources linked to the task.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resourcesCreate new navigation property to linkedResources for usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_by_linked_resource_idA collection of resources linked to the task.user-id (string)
todoTaskList-id (string)
todoTask-id (string)
linkedResource-id (string)
$select (array)
$expand (array)
patch_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_by_linked_resource_idUpdate the navigation property linkedResources in usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
linkedResource-id (string)
data (undefined) required
delete_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_by_linked_resource_idDelete navigation property linkedResources for usersuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
linkedResource-id (string)
If-Match (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_countGet the number of the resourceuser-id (string)
todoTaskList-id (string)
todoTask-id (string)
$search (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_countGet the number of the resourceuser-id (string)
todoTaskList-id (string)
$search (string)
get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_delta_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 eveuser-id (string)
todoTaskList-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_users_by_user_id_todo_lists_countGet the number of the resourceuser-id (string)
$search (string)
get_users_by_user_id_todo_lists_delta_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, you 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.user-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)