{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Me.onenote API", "version": "1.0.0" }, "items": [ { "info": { "name": "Me.onenote", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get onenote from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get onenote from me" }, { "info": { "name": "Microsoft Graph Update the navigation property onenote in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property onenote in me" }, { "info": { "name": "Microsoft Graph Delete navigation property onenote for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property onenote for me" }, { "info": { "name": "Microsoft Graph List notebooks", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of notebook objects." }, { "info": { "name": "Microsoft Graph Create notebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new OneNote notebook." }, { "info": { "name": "Microsoft Graph Get notebook", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a notebook object." }, { "info": { "name": "Microsoft Graph Update the navigation property notebooks in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property notebooks in me" }, { "info": { "name": "Microsoft Graph Delete navigation property notebooks for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" } ] }, "docs": "Microsoft Graph Delete navigation property notebooks for me" }, { "info": { "name": "Microsoft Graph Invoke action copyNotebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/copyNotebook", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" } ], "body": { "type": "json", "data": "{}" } }, "docs": "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph List sectionGroups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of section groups from the specified notebook." }, { "info": { "name": "Microsoft Graph Create sectionGroup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new section group in the specified notebook." }, { "info": { "name": "Microsoft Graph Get sectionGroups from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section groups in the notebook. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property sectionGroups in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sectionGroups in me" }, { "info": { "name": "Microsoft Graph Delete navigation property sectionGroups for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" } ] }, "docs": "Microsoft Graph Delete navigation property sectionGroups for me" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/parentNotebook", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the section group. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSectionGroup from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/parentSectionGroup", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section group that contains the section group. Read-only." }, { "info": { "name": "Microsoft Graph Get sectionGroups from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sectionGroups", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section groups in the section. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Get sectionGroups from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sectionGroups/:sectionGroup-id1", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "sectionGroup-id1", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section groups in the section. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sectionGroups/$count", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get sections from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The sections in the section group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to sections for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sections for me" }, { "info": { "name": "Microsoft Graph Get sections from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The sections in the section group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property sections in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sections in me" }, { "info": { "name": "Microsoft Graph Delete navigation property sections for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ] }, "docs": "Microsoft Graph Delete navigation property sections for me" }, { "info": { "name": "Microsoft Graph Invoke action copyToNotebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/copyToNotebook", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Invoke action copyToSectionGroup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/copyToSectionGroup", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Get pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of pages in the section. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to pages for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to pages for me" }, { "info": { "name": "Microsoft Graph Get pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of pages in the section. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property pages in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property pages in me" }, { "info": { "name": "Microsoft Graph Delete navigation property pages for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Microsoft Graph Delete navigation property pages for me" }, { "info": { "name": "Microsoft Graph Get content for the navigation property pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Update content for the navigation property pages in me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property pages in me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Invoke action copyToSection", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/copyToSection", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Invoke action onenotePatchContent", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/onenotePatchContent", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action onenotePatchContent" }, { "info": { "name": "Microsoft Graph Invoke function preview", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/preview()", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Microsoft Graph Invoke function preview" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentNotebook", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the page. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSection from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentSection", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section that contains the page. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/$count", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/parentNotebook", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the section. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSectionGroup from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/parentSectionGroup", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section group that contains the section. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/$count", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sectionGroups/$count", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List sections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of onenoteSection objects from the specified notebook." }, { "info": { "name": "Microsoft Graph Create section", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new onenoteSection in the specified notebook." }, { "info": { "name": "Microsoft Graph Get sections from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The sections in the notebook. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property sections in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sections in me" }, { "info": { "name": "Microsoft Graph Delete navigation property sections for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ] }, "docs": "Microsoft Graph Delete navigation property sections for me" }, { "info": { "name": "Microsoft Graph Invoke action copyToNotebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/copyToNotebook", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Invoke action copyToSectionGroup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/copyToSectionGroup", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Get pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of pages in the section. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to pages for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to pages for me" }, { "info": { "name": "Microsoft Graph Get pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of pages in the section. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property pages in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property pages in me" }, { "info": { "name": "Microsoft Graph Delete navigation property pages for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Microsoft Graph Delete navigation property pages for me" }, { "info": { "name": "Microsoft Graph Get content for the navigation property pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Update content for the navigation property pages in me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property pages in me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Invoke action copyToSection", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/copyToSection", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Invoke action onenotePatchContent", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/onenotePatchContent", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action onenotePatchContent" }, { "info": { "name": "Microsoft Graph Invoke function preview", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/preview()", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Microsoft Graph Invoke function preview" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentNotebook", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the page. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSection from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentSection", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section that contains the page. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/$count", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/parentNotebook", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the section. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSectionGroup from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/parentSectionGroup", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section group that contains the section. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/:notebook-id/sections/$count", "params": [ { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action getNotebookFromWebUrl", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/getNotebookFromWebUrl", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365." }, { "info": { "name": "Microsoft Graph Invoke function getRecentNotebooks", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks=:includePersonalNotebooks)", "params": [ { "name": "includePersonalNotebooks", "value": "", "type": "path", "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" } ] }, "docs": "Get a list of recentNotebook instances that have been accessed by the signed-in user." }, { "info": { "name": "Microsoft Graph Get onenoteOperation", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/operations", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error infor" }, { "info": { "name": "Microsoft Graph Create new navigation property to operations for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/operations", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to operations for me" }, { "info": { "name": "Microsoft Graph Get onenoteOperation", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/operations/:onenoteOperation-id", "params": [ { "name": "onenoteOperation-id", "value": "", "type": "path", "description": "The unique identifier of onenoteOperation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error infor" }, { "info": { "name": "Microsoft Graph Update the navigation property operations in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/operations/:onenoteOperation-id", "params": [ { "name": "onenoteOperation-id", "value": "", "type": "path", "description": "The unique identifier of onenoteOperation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property operations in me" }, { "info": { "name": "Microsoft Graph Delete navigation property operations for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/operations/:onenoteOperation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onenoteOperation-id", "value": "", "type": "path", "description": "The unique identifier of onenoteOperation" } ] }, "docs": "Microsoft Graph Delete navigation property operations for me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/operations/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List onenotePages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of page objects." }, { "info": { "name": "Microsoft Graph Create onenotePage", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. " }, { "info": { "name": "Microsoft Graph Get page", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id", "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages." }, { "info": { "name": "Microsoft Graph Update the navigation property pages in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id", "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property pages in me" }, { "info": { "name": "Microsoft Graph Delete page", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Delete a OneNote page." }, { "info": { "name": "Microsoft Graph Get content for the navigation property pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id/content", "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Update page", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id/content", "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Update the content of a OneNote page." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property pages in me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Invoke action copyToSection", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id/copyToSection", "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Invoke action onenotePatchContent", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id/onenotePatchContent", "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action onenotePatchContent" }, { "info": { "name": "Microsoft Graph Invoke function preview", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id/preview()", "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Microsoft Graph Invoke function preview" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id/parentNotebook", "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the page. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSection from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/:onenotePage-id/parentSection", "params": [ { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section that contains the page. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/pages/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get resources from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/resources", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to resources for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/resources", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to resources for me" }, { "info": { "name": "Microsoft Graph Get resources from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/resources/:onenoteResource-id", "params": [ { "name": "onenoteResource-id", "value": "", "type": "path", "description": "The unique identifier of onenoteResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property resources in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/resources/:onenoteResource-id", "params": [ { "name": "onenoteResource-id", "value": "", "type": "path", "description": "The unique identifier of onenoteResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property resources in me" }, { "info": { "name": "Microsoft Graph Delete navigation property resources for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/resources/:onenoteResource-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onenoteResource-id", "value": "", "type": "path", "description": "The unique identifier of onenoteResource" } ] }, "docs": "Microsoft Graph Delete navigation property resources for me" }, { "info": { "name": "Microsoft Graph Get resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/resources/:onenoteResource-id/content", "params": [ { "name": "onenoteResource-id", "value": "", "type": "path", "description": "The unique identifier of onenoteResource" } ] }, "docs": "Retrieve the binary data of a file or image resource object." }, { "info": { "name": "Microsoft Graph Update content for the navigation property resources in me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/onenote/resources/:onenoteResource-id/content", "params": [ { "name": "onenoteResource-id", "value": "", "type": "path", "description": "The unique identifier of onenoteResource" } ] }, "docs": "The content stream" }, { "info": { "name": "Microsoft Graph Delete content for the navigation property resources in me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/resources/:onenoteResource-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onenoteResource-id", "value": "", "type": "path", "description": "The unique identifier of onenoteResource" } ] }, "docs": "The content stream" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/resources/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List sectionGroups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of sectionGroup objects." }, { "info": { "name": "Microsoft Graph Create new navigation property to sectionGroups for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sectionGroups for me" }, { "info": { "name": "Microsoft Graph Get sectionGroup", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a sectionGroup object." }, { "info": { "name": "Microsoft Graph Update the navigation property sectionGroups in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sectionGroups in me" }, { "info": { "name": "Microsoft Graph Delete navigation property sectionGroups for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" } ] }, "docs": "Microsoft Graph Delete navigation property sectionGroups for me" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/parentNotebook", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the section group. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSectionGroup from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/parentSectionGroup", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section group that contains the section group. Read-only." }, { "info": { "name": "Microsoft Graph List sectionGroups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sectionGroups", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of section groups from the specified section group." }, { "info": { "name": "Microsoft Graph Get sectionGroups from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sectionGroups/:sectionGroup-id1", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "sectionGroup-id1", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section groups in the section. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sectionGroups/$count", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List sections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of onenoteSection objects from the specified section group." }, { "info": { "name": "Microsoft Graph Create section", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new onenoteSection in the specified section group." }, { "info": { "name": "Microsoft Graph Get sections from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The sections in the section group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property sections in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sections in me" }, { "info": { "name": "Microsoft Graph Delete navigation property sections for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ] }, "docs": "Microsoft Graph Delete navigation property sections for me" }, { "info": { "name": "Microsoft Graph Invoke action copyToNotebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/copyToNotebook", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Invoke action copyToSectionGroup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/copyToSectionGroup", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Get pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of pages in the section. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to pages for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to pages for me" }, { "info": { "name": "Microsoft Graph Get pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of pages in the section. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property pages in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property pages in me" }, { "info": { "name": "Microsoft Graph Delete navigation property pages for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Microsoft Graph Delete navigation property pages for me" }, { "info": { "name": "Microsoft Graph Get content for the navigation property pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Update content for the navigation property pages in me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property pages in me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Invoke action copyToSection", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/copyToSection", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Invoke action onenotePatchContent", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/onenotePatchContent", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action onenotePatchContent" }, { "info": { "name": "Microsoft Graph Invoke function preview", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/preview()", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Microsoft Graph Invoke function preview" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentNotebook", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the page. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSection from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentSection", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section that contains the page. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/$count", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/parentNotebook", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the section. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSectionGroup from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/parentSectionGroup", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section group that contains the section. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/:sectionGroup-id/sections/$count", "params": [ { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sectionGroups/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List sections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of onenoteSection objects." }, { "info": { "name": "Microsoft Graph Create new navigation property to sections for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sections for me" }, { "info": { "name": "Microsoft Graph Get section", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a onenoteSection object." }, { "info": { "name": "Microsoft Graph Update the navigation property sections in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sections in me" }, { "info": { "name": "Microsoft Graph Delete navigation property sections for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ] }, "docs": "Microsoft Graph Delete navigation property sections for me" }, { "info": { "name": "Microsoft Graph Invoke action copyToNotebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/copyToNotebook", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Invoke action copyToSectionGroup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/copyToSectionGroup", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph List pages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of page objects from the specified section." }, { "info": { "name": "Microsoft Graph Create page", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new page in the specified section." }, { "info": { "name": "Microsoft Graph Get pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of pages in the section. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property pages in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property pages in me" }, { "info": { "name": "Microsoft Graph Delete navigation property pages for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Microsoft Graph Delete navigation property pages for me" }, { "info": { "name": "Microsoft Graph Get content for the navigation property pages from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Update content for the navigation property pages in me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property pages in me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "The page's HTML content." }, { "info": { "name": "Microsoft Graph Invoke action copyToSection", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/copyToSection", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result." }, { "info": { "name": "Microsoft Graph Invoke action onenotePatchContent", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/onenotePatchContent", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action onenotePatchContent" }, { "info": { "name": "Microsoft Graph Invoke function preview", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/preview()", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Microsoft Graph Invoke function preview" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/parentNotebook", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the page. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSection from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/parentSection", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section that contains the page. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/pages/$count", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get parentNotebook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/parentNotebook", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The notebook that contains the section. Read-only." }, { "info": { "name": "Microsoft Graph Get parentSectionGroup from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/:onenoteSection-id/parentSectionGroup", "params": [ { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The section group that contains the section. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onenote/sections/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }