Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 2.41 KB

File metadata and controls

65 lines (52 loc) · 2.41 KB
title baseTaskList resource type
description Contains one or more task resources.
author avijityadav
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType
ms.date 05/23/2024

baseTaskList resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE todo-deprecate-basetaskapi]

Contains one or more baseTask resources.

This is the base resource for the following derived types of task lists.

This is an abstract type.

Methods

The following methods apply to any of the derived types of baseTaskList (wellKnownTaskList,taskList)

Method Return type Description
List base task lists baseTaskList collection Get a list of the baseTaskList objects and their properties.
Get base task list baseTaskList Read the properties and relationships of a baseTaskList object.
List base tasks baseTask collection Get the baseTask resources from the tasks navigation property.
Create base task baseTask Create a new baseTask object.

Properties

Property Type Description
displayName String The name of the task list.
id String The identifier of the task list, unique in the user's mailbox. Read-only.

Relationships

Relationship Type Description
extensions extension collection The collection of open extensions defined for the task list. Nullable.
tasks baseTask collection The tasks in this task list. Read-only. Nullable.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.baseTaskList",
  "displayName": "String",
  "id": "String (identifier)"
}