Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.24 KB

File metadata and controls

46 lines (34 loc) · 1.24 KB
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

plannerFormReference resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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