standardWebPart resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a standard web part instance on a SharePoint page.
Inherits from webPart.
Properties
Property | Type | Description |
---|---|---|
containerTextWebPartId | string | The instance identifier of the container text webPart. It only works for inline standard webPart in rich text webParts. |
data | webPartData | Data of the webPart. |
id | String | Instance identifier of the webPart. Inherited from entity. |
webPartType | String | A Guid that indicates the webPart type. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.standardWebPart",
"containerTextWebPartId": "String",
"id": "String (identifier)",
"webPartType": "String",
"data": {
"@odata.type": "microsoft.graph.webPartData"
}
}