Notebook

Notebook class

https://docs.microsoft.com/en-us/graph/api/resources/notebook?view=graph-rest-1.0
A OneNote notebook.

The Notebook type exposes the following members:

Constructors

NameDescription
Notebook()Initializes a new instance of the Notebook class

Properties

NameDescription
created_byIdentity of the user, device, and application which created the item.
Read-only.
created_date_timeThe date and time when the notebook was created.
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 would look like this: ‘2014-01-01T00:00:00Z’.
Read-only.
is_created_date_time_specifiedIndicates whether CreatedDateTime property is specified.
idThe unique identifier of the notebook.
Read-only.
is_defaultIndicates whether this is the user’s default notebook.
Read-only.
is_default_specifiedIndicates whether IsDefault property is specified.
is_sharedIndicates whether the notebook is shared.
If true, the contents of the notebook can be seen by people other than the owner.
Read-only.
is_shared_specifiedIndicates whether IsShared property is specified.
last_modified_byIdentity of the user, device, and application which created the item.
Read-only.
last_modified_date_timeThe 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 would look like this: ‘2014-01-01T00:00:00Z’.
Read-only.
is_last_modified_date_time_specifiedIndicates whether LastModifiedDateTime property is specified.
linksLinks for opening the notebook.
The oneNoteClientURL link opens the notebook in the OneNote native client if it’s installed.
The oneNoteWebURL link opens the notebook in OneNote on the web.
display_nameThe name of the notebook.
section_groups_urlThe URL for the sectionGroups navigation property, which returns all the section groups in the notebook.
Read-only.
sections_urlThe URL for the sections navigation property, which returns all the sections in the notebook.
Read-only.
selfThe endpoint where you can get details about the notebook.
Read-only.
user_rolePossible values are: Owner, Contributor, Reader, None.
Owner represents owner-level access to the notebook.
Contributor represents read/write access to the notebook.
Reader represents read-only access to the notebook.
Read-only.

See Also