Microsoft Graph · Schema

recentNotebookLinks

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
oneNoteClientUrl object Opens the notebook in the OneNote native client if it's installed.
oneNoteWebUrl object Opens the notebook in OneNote on the web.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphrecentnotebooklinks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.recentNotebookLinks",
  "title": "recentNotebookLinks",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "oneNoteClientUrl": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.externalLink"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Opens the notebook in the OneNote native client if it's installed."
    },
    "oneNoteWebUrl": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.externalLink"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Opens the notebook in OneNote on the web."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}