Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.25 KB

File metadata and controls

46 lines (33 loc) · 1.25 KB
title plannerFormsDictionary resource type
description Represents a dictionary of planner form reference objects for a task.
ms.localizationpriority medium
author cpanga22
ms.subservice planner
doc_type resourcePageType
ms.date 07/25/2024

plannerFormsDictionary resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An open type that represents a dictionary of data about the forms associated with a task. This resource is a part of the plannerTaskDetails object. Each entry in the dictionary is a key-value pair, where the value is a plannerFormReference object.

Properties

You can add and remove values from open type properties. Provide GUID values as keys, and plannerFormReference objects as values. To remove an item in the forms, set its value to null.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "String-value":
  {
    "displayName": "String-value",
    "formWebUrl": "String-value",
    "formResponse": "String-value"
  }
}