{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Sites.store API", "version": "1.0.0" }, "items": [ { "info": { "name": "Sites.store", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List termStore groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of group objects in a term store." }, { "info": { "name": "Microsoft Graph Create termStore group", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new group object in a term store." }, { "info": { "name": "Microsoft Graph Get group", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a term store group object." }, { "info": { "name": "Microsoft Graph Update the navigation property groups in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property groups in sites" }, { "info": { "name": "Microsoft Graph Delete group", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Delete a group object in a term [store]." }, { "info": { "name": "Microsoft Graph List sets", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the set objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to sets for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sets for sites" }, { "info": { "name": "Microsoft Graph Get sets from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "All sets under the group in a term [store]." }, { "info": { "name": "Microsoft Graph Update the navigation property sets in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sets in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property sets for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ] }, "docs": "Microsoft Graph Delete navigation property sets for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 parentGroup from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/parentGroup", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The parent [group] that contains the set." }, { "info": { "name": "Microsoft Graph Update the navigation property parentGroup in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/parentGroup", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property parentGroup in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property parentGroup for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/parentGroup", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ] }, "docs": "Microsoft Graph Delete navigation property parentGroup for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 term", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Read the properties and relationships of a term object." }, { "info": { "name": "Microsoft Graph Create new navigation property to terms for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to terms for sites" }, { "info": { "name": "Microsoft Graph Get term", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a term object." }, { "info": { "name": "Microsoft Graph Update the navigation property terms in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property terms in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property terms for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property terms for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/groups/:group-id/sets/:set-id/terms/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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/sites/:site-id/termStore/groups/:group-id/sets/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/sites/:site-id/termStore/groups/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "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 groups from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "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": "Collection of all groups available in the term store." }, { "info": { "name": "Microsoft Graph Create new navigation property to groups for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to groups for sites" }, { "info": { "name": "Microsoft Graph Get groups from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of all groups available in the term store." }, { "info": { "name": "Microsoft Graph Update the navigation property groups in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property groups in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property groups for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Microsoft Graph Delete navigation property groups for sites" }, { "info": { "name": "Microsoft Graph Get sets from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "All sets under the group in a term [store]." }, { "info": { "name": "Microsoft Graph Create new navigation property to sets for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sets for sites" }, { "info": { "name": "Microsoft Graph Get sets from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "All sets under the group in a term [store]." }, { "info": { "name": "Microsoft Graph Update the navigation property sets in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sets in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property sets for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ] }, "docs": "Microsoft Graph Delete navigation property sets for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 parentGroup from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/parentGroup", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The parent [group] that contains the set." }, { "info": { "name": "Microsoft Graph Update the navigation property parentGroup in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/parentGroup", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property parentGroup in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property parentGroup for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/parentGroup", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ] }, "docs": "Microsoft Graph Delete navigation property parentGroup for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 terms from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "All the terms under the set." }, { "info": { "name": "Microsoft Graph Create new navigation property to terms for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to terms for sites" }, { "info": { "name": "Microsoft Graph Get terms from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "All the terms under the set." }, { "info": { "name": "Microsoft Graph Update the navigation property terms in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property terms in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property terms for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property terms for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/groups/:group-id/sets/:set-id/terms/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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/sites/:site-id/termStores/:store-id/groups/:group-id/sets/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/sites/:site-id/termStores/:store-id/groups/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "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 termStore from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/termStore", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "path", "value": "", "type": "path", "description": "Usage: path='{path}'" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The default termStore under this site." }, { "info": { "name": "Microsoft Graph Update the navigation property termStore in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/termStore", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "path", "value": "", "type": "path", "description": "Usage: path='{path}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property termStore in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property termStore for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/termStore", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "path", "value": "", "type": "path", "description": "Usage: path='{path}'" } ] }, "docs": "Microsoft Graph Delete navigation property termStore for sites" }, { "info": { "name": "Microsoft Graph Get termStores from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/termStores", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "path", "value": "", "type": "path", "description": "Usage: path='{path}'" }, { "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 termStores under this site." }, { "info": { "name": "Microsoft Graph Create new navigation property to termStores for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/getByPath(path=':path')/termStores", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "path", "value": "", "type": "path", "description": "Usage: path='{path}'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to termStores for sites" }, { "info": { "name": "Microsoft Graph Get store", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a store object." }, { "info": { "name": "Microsoft Graph Update store", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a store object." }, { "info": { "name": "Microsoft Graph Delete navigation property termStore for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" } ] }, "docs": "Microsoft Graph Delete navigation property termStore for sites" }, { "info": { "name": "Microsoft Graph Get set", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "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": "Read the properties and relationships of a set object." }, { "info": { "name": "Microsoft Graph Create termStore set", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new set object." }, { "info": { "name": "Microsoft Graph Get set", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a set object." }, { "info": { "name": "Microsoft Graph Update set", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a set object." }, { "info": { "name": "Microsoft Graph Delete set", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ] }, "docs": "Delete a set object." }, { "info": { "name": "Microsoft Graph List children", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the first level children of a [set] or [term] resource using the children navigation property." }, { "info": { "name": "Microsoft Graph Create term", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new term object." }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 parentGroup from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The parent [group] that contains the set." }, { "info": { "name": "Microsoft Graph Update the navigation property parentGroup in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property parentGroup in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property parentGroup for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ] }, "docs": "Microsoft Graph Delete navigation property parentGroup for sites" }, { "info": { "name": "Microsoft Graph Get sets from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "All sets under the group in a term [store]." }, { "info": { "name": "Microsoft Graph Create new navigation property to sets for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sets for sites" }, { "info": { "name": "Microsoft Graph Get sets from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "All sets under the group in a term [store]." }, { "info": { "name": "Microsoft Graph Update the navigation property sets in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sets in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property sets for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" } ] }, "docs": "Microsoft Graph Delete navigation property sets for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 terms from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "All the terms under the set." }, { "info": { "name": "Microsoft Graph Create new navigation property to terms for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to terms for sites" }, { "info": { "name": "Microsoft Graph Get terms from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "All the terms under the set." }, { "info": { "name": "Microsoft Graph Update the navigation property terms in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property terms in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property terms for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property terms for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/:set-id1/terms/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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/sites/:site-id/termStore/sets/:set-id/parentGroup/sets/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List relations", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the different relation of a [term] or [set] from the relations navigation property." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 terms from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "All the terms under the set." }, { "info": { "name": "Microsoft Graph Create new navigation property to terms for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to terms for sites" }, { "info": { "name": "Microsoft Graph Get terms from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "All the terms under the set." }, { "info": { "name": "Microsoft Graph Update term", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a term object." }, { "info": { "name": "Microsoft Graph Delete term", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Delete a term object." }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStore/sets/:set-id/terms/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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/sites/:site-id/termStore/sets/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "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 termStores from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "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 termStores under this site." }, { "info": { "name": "Microsoft Graph Create new navigation property to termStores for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to termStores for sites" }, { "info": { "name": "Microsoft Graph Get termStores from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of termStores under this site." }, { "info": { "name": "Microsoft Graph Update the navigation property termStores in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property termStores in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property termStores for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" } ] }, "docs": "Microsoft Graph Delete navigation property termStores for sites" }, { "info": { "name": "Microsoft Graph Get sets from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "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": "Collection of all sets available in the term store. This relationship can only be used to load a specific term set." }, { "info": { "name": "Microsoft Graph Create new navigation property to sets for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sets for sites" }, { "info": { "name": "Microsoft Graph Get sets from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of all sets available in the term store. This relationship can only be used to load a specific term set." }, { "info": { "name": "Microsoft Graph Update the navigation property sets in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sets in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property sets for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ] }, "docs": "Microsoft Graph Delete navigation property sets for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 parentGroup from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The parent [group] that contains the set." }, { "info": { "name": "Microsoft Graph Update the navigation property parentGroup in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property parentGroup in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property parentGroup for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ] }, "docs": "Microsoft Graph Delete navigation property parentGroup for sites" }, { "info": { "name": "Microsoft Graph Get sets from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "All sets under the group in a term [store]." }, { "info": { "name": "Microsoft Graph Create new navigation property to sets for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sets for sites" }, { "info": { "name": "Microsoft Graph Get sets from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "All sets under the group in a term [store]." }, { "info": { "name": "Microsoft Graph Update the navigation property sets in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sets in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property sets for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" } ] }, "docs": "Microsoft Graph Delete navigation property sets for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children terms of set in term [store]." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 terms from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "All the terms under the set." }, { "info": { "name": "Microsoft Graph Create new navigation property to terms for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to terms for sites" }, { "info": { "name": "Microsoft Graph Get terms from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "All the terms under the set." }, { "info": { "name": "Microsoft Graph Update the navigation property terms in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property terms in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property terms for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property terms for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/:set-id1/terms/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "set-id1", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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/sites/:site-id/termStores/:store-id/sets/:set-id/parentGroup/sets/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Indicates which terms have been pinned or reused directly under the set." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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 terms from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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": "All the terms under the set." }, { "info": { "name": "Microsoft Graph Create new navigation property to terms for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to terms for sites" }, { "info": { "name": "Microsoft Graph Get terms from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "All the terms under the set." }, { "info": { "name": "Microsoft Graph Update the navigation property terms in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property terms in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property terms for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property terms for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "Children of current term." }, { "info": { "name": "Microsoft Graph Create new navigation property to children for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to children for sites" }, { "info": { "name": "Microsoft Graph Get children from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Children of current term." }, { "info": { "name": "Microsoft Graph Update the navigation property children in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property children in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property children for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ] }, "docs": "Microsoft Graph Delete navigation property children for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/:term-id1/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "term-id1", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/children/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Create new navigation property to relations for sites", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/relations", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to relations for sites" }, { "info": { "name": "Microsoft Graph Get relations from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "To indicate which terms are related to the current term as either pinned or reused." }, { "info": { "name": "Microsoft Graph Update the navigation property relations in sites", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/relations/:relation-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property relations in sites" }, { "info": { "name": "Microsoft Graph Delete navigation property relations for sites", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/relations/:relation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" } ] }, "docs": "Microsoft Graph Delete navigation property relations for sites" }, { "info": { "name": "Microsoft Graph Get fromTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/relations/:relation-id/fromTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]." }, { "info": { "name": "Microsoft Graph Get set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/relations/:relation-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the relation is relevant." }, { "info": { "name": "Microsoft Graph Get toTerm from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/relations/:relation-id/toTerm", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "relation-id", "value": "", "type": "path", "description": "The unique identifier of relation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The to [term] of the relation. The term to which the relationship is defined." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/relations/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "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 set from sites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/:term-id/set", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "name": "term-id", "value": "", "type": "path", "description": "The unique identifier of term" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The [set] in which the term is created." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/sites/:site-id/termStores/:store-id/sets/:set-id/terms/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "name": "set-id", "value": "", "type": "path", "description": "The unique identifier of set" }, { "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/sites/:site-id/termStores/:store-id/sets/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "name": "store-id", "value": "", "type": "path", "description": "The unique identifier of store" }, { "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/sites/:site-id/termStores/$count", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The unique identifier of site" }, { "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 }