{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin deviceManagement.termsAndConditions API", "version": "1.0.0" }, "items": [ { "info": { "name": "deviceManagement.termsAndConditions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get termsAndConditions from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The terms and conditions associated with device management of the company." }, { "info": { "name": "Microsoft Graph Create new navigation property to termsAndConditions for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to termsAndConditions for deviceManagement" }, { "info": { "name": "Microsoft Graph Get termsAndConditions from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The terms and conditions associated with device management of the company." }, { "info": { "name": "Microsoft Graph Update the navigation property termsAndConditions in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property termsAndConditions in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property termsAndConditions for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" } ] }, "docs": "Microsoft Graph Delete navigation property termsAndConditions for deviceManagement" }, { "info": { "name": "Microsoft Graph Get acceptanceStatuses from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/acceptanceStatuses", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "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 list of acceptance statuses for this T&C policy." }, { "info": { "name": "Microsoft Graph Create new navigation property to acceptanceStatuses for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/acceptanceStatuses", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to acceptanceStatuses for deviceManagement" }, { "info": { "name": "Microsoft Graph Get acceptanceStatuses from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/acceptanceStatuses/:termsAndConditionsAcceptanceStatus-id", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "name": "termsAndConditionsAcceptanceStatus-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditionsAcceptanceStatus" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of acceptance statuses for this T&C policy." }, { "info": { "name": "Microsoft Graph Update the navigation property acceptanceStatuses in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/acceptanceStatuses/:termsAndConditionsAcceptanceStatus-id", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "name": "termsAndConditionsAcceptanceStatus-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditionsAcceptanceStatus" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property acceptanceStatuses in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property acceptanceStatuses for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/acceptanceStatuses/:termsAndConditionsAcceptanceStatus-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "name": "termsAndConditionsAcceptanceStatus-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditionsAcceptanceStatus" } ] }, "docs": "Microsoft Graph Delete navigation property acceptanceStatuses for deviceManagement" }, { "info": { "name": "Microsoft Graph Get termsAndConditions from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/acceptanceStatuses/:termsAndConditionsAcceptanceStatus-id/termsAndConditions", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "name": "termsAndConditionsAcceptanceStatus-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditionsAcceptanceStatus" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Navigation link to the terms and conditions that are assigned." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/acceptanceStatuses/$count", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "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 assignments from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/assignments", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "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 list of assignments for this T&C policy." }, { "info": { "name": "Microsoft Graph Create new navigation property to assignments for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/assignments", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to assignments for deviceManagement" }, { "info": { "name": "Microsoft Graph Get assignments from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/assignments/:termsAndConditionsAssignment-id", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "name": "termsAndConditionsAssignment-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditionsAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of assignments for this T&C policy." }, { "info": { "name": "Microsoft Graph Update the navigation property assignments in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/assignments/:termsAndConditionsAssignment-id", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "name": "termsAndConditionsAssignment-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditionsAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignments in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property assignments for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/assignments/:termsAndConditionsAssignment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "name": "termsAndConditionsAssignment-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditionsAssignment" } ] }, "docs": "Microsoft Graph Delete navigation property assignments for deviceManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/termsAndConditions/:termsAndConditions-id/assignments/$count", "params": [ { "name": "termsAndConditions-id", "value": "", "type": "path", "description": "The unique identifier of termsAndConditions" }, { "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/deviceManagement/termsAndConditions/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }