| 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 |
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.
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.
None.
The following JSON representation shows the resource type.
{
"String-value":
{
"displayName": "String-value",
"formWebUrl": "String-value",
"formResponse": "String-value"
}
}