Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.88 KB

File metadata and controls

51 lines (39 loc) · 1.88 KB
title recentNotebook resource type
description A recently accessed OneNote notebook. A **recentNotebook** is similar to a notebook but has fewer properties.
ms.localizationpriority medium
author jewan-microsoft
ms.subservice onenote
doc_type resourcePageType
ms.date 07/22/2024

recentNotebook resource type

Namespace: microsoft.graph

A recently accessed OneNote notebook. A recentNotebook is similar to a notebook but has fewer properties.

Properties

Property Type Description
displayName String The name of the notebook.
lastAccessedTime DateTimeOffset The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
links recentNotebookLinks Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote client, if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
sourceService onenoteSourceService The backend store where the Notebook resides, either OneDriveForBusiness or OneDrive.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "lastAccessedTime": "String (timestamp)",
  "links": {"@odata.type": "microsoft.graph.recentNotebookLinks"},
  "sourceService": "String"
}

Methods

Method Return Type Description
Get recent notebooks notebook collection Get a collection of the most recently accessed notebooks for the user.