| title | plannerFormReference resource type |
|---|---|
| description | Represents complete information about a form, including the form's display name, URL, and the response data. |
| ms.localizationpriority | medium |
| author | cpanga22 |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 07/26/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents complete details about a form, including the form's display name, URL, and the response data. This object is typically used as a value in the plannerFormsDictionary object.
| Property | Type | Description |
|---|---|---|
| displayName | String | The display name of the form. |
| formWebUrl | String | The URL of the form associated with the plannerFormReference object. |
| formResponse | String | The unique identifier of the response. |
None.
The following JSON representation shows the resource type.
{
"displayName": "String-value",
"formWebUrl": "String-value",
"formResponse": "String-value"
}