Microsoft To Do
Manage personal task lists and tasks in Microsoft To Do.
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:
| Action | Purpose | Parameters |
|---|---|---|
| get_me_todo | Represents the To Do services available to a user. | $select (array) $expand (array) |
| patch_me_todo | Update the navigation property todo in me | data (undefined) required |
| delete_me_todo | Delete navigation property todo for me | If-Match (string) |
| get_me_todo_lists | Get a list of the todoTaskList objects and their properties. | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_todo_lists | Create a new lists object. | data (undefined) required |
| get_me_todo_lists_by_todo_task_list_id | Read the properties and relationships of a todoTaskList object. | todoTaskList-id (string) $select (array) $expand (array) |
| patch_me_todo_lists_by_todo_task_list_id | Update the properties of a todoTaskList object. | todoTaskList-id (string) data (undefined) required |
| delete_me_todo_lists_by_todo_task_list_id | Deletes a todoTaskList object. | todoTaskList-id (string) If-Match (string) |
| get_me_todo_lists_by_todo_task_list_id_extensions | The 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_extensions | Create new navigation property to extensions for me | todoTaskList-id (string) data (undefined) required |
| get_me_todo_lists_by_todo_task_list_id_extensions_by_extension_id | The 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_id | Update the navigation property extensions in me | todoTaskList-id (string) extension-id (string) data (undefined) required |
| delete_me_todo_lists_by_todo_task_list_id_extensions_by_extension_id | Delete navigation property extensions for me | todoTaskList-id (string) extension-id (string) If-Match (string) |
| get_me_todo_lists_by_todo_task_list_id_extensions_count | Get the number of the resource | todoTaskList-id (string) $search (string) |
| get_me_todo_lists_by_todo_task_list_id_tasks | Get 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_tasks | Create 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_id | Read 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_id | Update 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_id | Delete 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_attachments | 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. | 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_attachments | 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. | 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_id | Read 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_id | Delete 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_value | 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. | 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_value | The 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_value | Delete 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_count | Get the number of the resource | todoTaskList-id (string) todoTask-id (string) $search (string) |
| post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_create_upload_session | 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 | todoTaskList-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_sessions | Get attachmentSessions from me | todoTaskList-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_id | Get attachmentSessions from me | todoTaskList-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_id | Update the navigation property attachmentSessions in me | todoTaskList-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_id | Delete navigation property attachmentSessions for me | 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_by_attachment_session_id_content | The 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_content | The 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_content | The 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_count | Get the number of the resource | todoTaskList-id (string) todoTask-id (string) $search (string) |
| get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items | Get 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_items | Create 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_id | Read 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_id | Update 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_id | Delete 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_count | Get the number of the resource | todoTaskList-id (string) todoTask-id (string) $search (string) |
| get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions | The 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_extensions | Create new navigation property to extensions for me | todoTaskList-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_id | The 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_id | Update the navigation property extensions in me | todoTaskList-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_id | Delete navigation property extensions for me | todoTaskList-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_count | Get the number of the resource | todoTaskList-id (string) todoTask-id (string) $search (string) |
| get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources | 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. | 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_resources | 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. | 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_id | Read 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_id | Update 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_id | Delete 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_count | Get the number of the resource | todoTaskList-id (string) todoTask-id (string) $search (string) |
| get_me_todo_lists_by_todo_task_list_id_tasks_count | Get the number of the resource | todoTaskList-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 eve | todoTaskList-id (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_me_todo_lists_count | Get 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_todo | Represents the To Do services available to a user. | user-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_todo | Update the navigation property todo in users | user-id (string) data (undefined) required |
| delete_users_by_user_id_todo | Delete navigation property todo for users | user-id (string) If-Match (string) |
| get_users_by_user_id_todo_lists | The task lists in the users mailbox. | user-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_todo_lists | Create new navigation property to lists for users | user-id (string) data (undefined) required |
| get_users_by_user_id_todo_lists_by_todo_task_list_id | The 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_id | Update the navigation property lists in users | user-id (string) todoTaskList-id (string) data (undefined) required |
| delete_users_by_user_id_todo_lists_by_todo_task_list_id | Delete navigation property lists for users | user-id (string) todoTaskList-id (string) If-Match (string) |
| get_users_by_user_id_todo_lists_by_todo_task_list_id_extensions | The 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_extensions | Create new navigation property to extensions for users | user-id (string) todoTaskList-id (string) data (undefined) required |
| get_users_by_user_id_todo_lists_by_todo_task_list_id_extensions_by_extension_id | The 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_id | Update the navigation property extensions in users | user-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_id | Delete navigation property extensions for users | user-id (string) todoTaskList-id (string) extension-id (string) If-Match (string) |
| get_users_by_user_id_todo_lists_by_todo_task_list_id_extensions_count | Get the number of the resource | user-id (string) todoTaskList-id (string) $search (string) |
| get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks | The 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_tasks | Create new navigation property to tasks for users | user-id (string) todoTaskList-id (string) data (undefined) required |
| get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id | The 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_id | Update the navigation property tasks in users | user-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_id | Delete navigation property tasks for users | user-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_attachments | A 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_attachments | Create new navigation property to attachments for users | user-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_id | A 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_id | Delete navigation property attachments for users | 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_by_attachment_base_id_value | The 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_value | The 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_value | The 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_count | Get the number of the resource | user-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_session | 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 | user-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_sessions | Get attachmentSessions from users | user-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_id | Get attachmentSessions from users | user-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_id | Update the navigation property attachmentSessions in users | user-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_id | Delete navigation property attachmentSessions for users | 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_by_attachment_session_id_content | The 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_content | The 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_content | The 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_count | Get the number of the resource | user-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_items | A 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_items | Create new navigation property to checklistItems for users | user-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_id | A 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_id | Update the navigation property checklistItems in users | user-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_id | Delete navigation property checklistItems for users | user-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_count | Get the number of the resource | user-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_extensions | The 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_extensions | Create new navigation property to extensions for users | user-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_id | The 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_id | Update the navigation property extensions in users | user-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_id | Delete navigation property extensions for users | user-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_count | Get the number of the resource | user-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_resources | A 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_resources | Create new navigation property to linkedResources for users | user-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_id | A 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_id | Update the navigation property linkedResources in users | user-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_id | Delete navigation property linkedResources for users | user-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_count | Get the number of the resource | user-id (string) todoTaskList-id (string) todoTask-id (string) $search (string) |
| get_users_by_user_id_todo_lists_by_todo_task_list_id_tasks_count | Get the number of the resource | user-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 eve | user-id (string) todoTaskList-id (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_users_by_user_id_todo_lists_count | Get the number of the resource | user-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) |