Microsoft Graph · Schema
microsoft.graph.listItem
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.listItem",
"title": "microsoft.graph.listItem",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.baseItem"
},
{
"title": "listItem",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"contentType": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.contentTypeInfo"
},
{
"type": "object",
"nullable": true
}
],
"description": "The content type of this list item"
},
"sharepointIds": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.sharepointIds"
},
{
"type": "object",
"nullable": true
}
],
"description": "Returns identifiers useful for SharePoint REST compatibility. Read-only."
},
"analytics": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.itemAnalytics"
},
{
"type": "object",
"nullable": true
}
],
"description": "Analytics about the view activities that took place on this item.",
"x-ms-navigationProperty": true
},
"documentSetVersions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.documentSetVersion"
},
"description": "Version information for a document set version created by a user.",
"x-ms-navigationProperty": true
},
"driveItem": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.driveItem"
},
{
"type": "object",
"nullable": true
}
],
"description": "For document libraries, the driveItem relationship exposes the listItem as a driveItem",
"x-ms-navigationProperty": true
},
"fields": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.fieldValueSet"
},
{
"type": "object",
"nullable": true
}
],
"description": "The values of the columns set on this list item.",
"x-ms-navigationProperty": true
},
"versions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.listItemVersion"
},
"description": "The list of previous versions of the list item.",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.listItem"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.listItem"
}