{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Users.onenote API", "version": "1.0.0" }, "items": [ { "info": { "name": "Users.onenote", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get onenote from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Update the navigation property onenote in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property onenote in users" }, { "info": { "name": "Microsoft Graph Delete navigation property onenote for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ] }, "docs": "Microsoft Graph Delete navigation property onenote for users" }, { "info": { "name": "Microsoft Graph Get notebooks from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 OneNote notebooks that are owned by the user or group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to notebooks for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to notebooks for users" }, { "info": { "name": "Microsoft Graph Get notebooks from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property notebooks in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property notebooks for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" } ] }, "docs": "Microsoft Graph Delete navigation property notebooks for users" }, { "info": { "name": "Microsoft Graph Invoke action copyNotebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/copyNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 Get sectionGroups from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "The section groups in the notebook. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to sectionGroups for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sectionGroups for users" }, { "info": { "name": "Microsoft Graph Get sectionGroups from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property sectionGroups for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get parentNotebook from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/parentSectionGroup", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sectionGroups", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sectionGroups/:sectionGroup-id1", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sectionGroups/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get sections from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property sections for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Invoke action copyToNotebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/copyToNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/copyToSectionGroup", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property pages for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get content for the navigation property pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/copyToSection", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/onenotePatchContent", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/preview()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentSection", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/parentSectionGroup", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/:sectionGroup-id/sections/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sectionGroups/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 sections from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "The sections in the notebook. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to sections for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "notebook-id", "value": "", "type": "path", "description": "The unique identifier of notebook" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sections for users" }, { "info": { "name": "Microsoft Graph Get sections from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property sections for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Invoke action copyToNotebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/copyToNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/copyToSectionGroup", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property pages for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get content for the navigation property pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/copyToSection", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/onenotePatchContent", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/preview()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentSection", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/pages/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/notebooks/:notebook-id/sections/:onenoteSection-id/parentSectionGroup", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/:notebook-id/sections/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/notebooks/getNotebookFromWebUrl", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "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/users/:user-id/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks=:includePersonalNotebooks)", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 operations from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/operations", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to operations for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/operations", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to operations for users" }, { "info": { "name": "Microsoft Graph Get operations from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/operations/:onenoteOperation-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property operations in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/operations/:onenoteOperation-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property operations for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/operations/:onenoteOperation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "onenoteOperation-id", "value": "", "type": "path", "description": "The unique identifier of onenoteOperation" } ] }, "docs": "Microsoft Graph Delete navigation property operations for users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/operations/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/pages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to pages for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/pages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to pages for users" }, { "info": { "name": "Microsoft Graph Get pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/pages/:onenotePage-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property pages in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/pages/:onenotePage-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property pages for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/pages/:onenotePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "onenotePage-id", "value": "", "type": "path", "description": "The unique identifier of onenotePage" } ] }, "docs": "Microsoft Graph Delete navigation property pages for users" }, { "info": { "name": "Microsoft Graph Get content for the navigation property pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/pages/:onenotePage-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/pages/:onenotePage-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/pages/:onenotePage-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/pages/:onenotePage-id/copyToSection", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/pages/:onenotePage-id/onenotePatchContent", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/pages/:onenotePage-id/preview()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/pages/:onenotePage-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/pages/:onenotePage-id/parentSection", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/pages/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/resources", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/resources", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to resources for users" }, { "info": { "name": "Microsoft Graph Get resources from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/resources/:onenoteResource-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/resources/:onenoteResource-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property resources for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/resources/:onenoteResource-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "onenoteResource-id", "value": "", "type": "path", "description": "The unique identifier of onenoteResource" } ] }, "docs": "Microsoft Graph Delete navigation property resources for users" }, { "info": { "name": "Microsoft Graph Get content for the navigation property resources from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/resources/:onenoteResource-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "onenoteResource-id", "value": "", "type": "path", "description": "The unique identifier of onenoteResource" } ] }, "docs": "The content stream" }, { "info": { "name": "Microsoft Graph Update content for the navigation property resources in users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/resources/:onenoteResource-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/resources/:onenoteResource-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/resources/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 sectionGroups from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 all OneNote notebooks that are owned by the user or group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to sectionGroups for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sectionGroups for users" }, { "info": { "name": "Microsoft Graph Get sectionGroups from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 all OneNote notebooks that are owned by the user or group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property sectionGroups in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property sectionGroups for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "sectionGroup-id", "value": "", "type": "path", "description": "The unique identifier of sectionGroup" } ] }, "docs": "Microsoft Graph Delete navigation property sectionGroups for users" }, { "info": { "name": "Microsoft Graph Get parentNotebook from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/parentSectionGroup", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sectionGroups", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sectionGroups/:sectionGroup-id1", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sectionGroups/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get sections from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property sections for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Invoke action copyToNotebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/copyToNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/copyToSectionGroup", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property pages for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get content for the navigation property pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/copyToSection", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/onenotePatchContent", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/preview()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/:onenotePage-id/parentSection", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/pages/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/:onenoteSection-id/parentSectionGroup", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sectionGroups/:sectionGroup-id/sections/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sectionGroups/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 all OneNote notebooks that are owned by the user or group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to sections for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sections for users" }, { "info": { "name": "Microsoft Graph Get sections from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 all OneNote notebooks that are owned by the user or group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property sections in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property sections for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "onenoteSection-id", "value": "", "type": "path", "description": "The unique identifier of onenoteSection" } ] }, "docs": "Microsoft Graph Delete navigation property sections for users" }, { "info": { "name": "Microsoft Graph Invoke action copyToNotebook", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/copyToNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sections/:onenoteSection-id/copyToSectionGroup", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/pages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/pages", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Delete navigation property pages for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users" }, { "info": { "name": "Microsoft Graph Get content for the navigation property pages from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/content", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/copyToSection", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/onenotePatchContent", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/preview()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/pages/:onenotePage-id/parentSection", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sections/:onenoteSection-id/pages/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/parentNotebook", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/onenote/sections/:onenoteSection-id/parentSectionGroup", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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/users/:user-id/onenote/sections/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 }