Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.46 KB

File metadata and controls

62 lines (46 loc) · 1.46 KB
title recentNotebookLinks resource type
description Links to open a OneNote notebook. This resource type exists as a property on a recentNotebook resource.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice onenote
author jewan-microsoft
ms.date 07/25/2024

recentNotebookLinks resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Links to open a OneNote notebook. This resource type exists as a property on a recentNotebook resource.

Properties

Property Type Description
oneNoteClientUrl externalLink Opens the notebook in the OneNote client, if it's installed.
oneNoteWebUrl externalLink Opens the notebook in OneNote on the web.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "oneNoteClientUrl": {"@odata.type": "microsoft.graph.externalLink"},
  "oneNoteWebUrl": {"@odata.type": "microsoft.graph.externalLink"}
}