{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin informationProtection.threatAssessmentRequest API", "version": "1.0.0" }, "items": [ { "info": { "name": "informationProtection.threatAssessmentRequest", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List threatAssessmentRequests", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types:" }, { "info": { "name": "Microsoft Graph Create threatAssessmentRequest", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new threat assessment request. A threat assessment request can be one of the following types:" }, { "info": { "name": "Microsoft Graph Get threatAssessmentRequest", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests/:threatAssessmentRequest-id", "params": [ { "name": "threatAssessmentRequest-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types:" }, { "info": { "name": "Microsoft Graph Update the navigation property threatAssessmentRequests in informationProtection", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests/:threatAssessmentRequest-id", "params": [ { "name": "threatAssessmentRequest-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property threatAssessmentRequests in informationProtection" }, { "info": { "name": "Microsoft Graph Delete navigation property threatAssessmentRequests for informationProtection", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests/:threatAssessmentRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "threatAssessmentRequest-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentRequest" } ] }, "docs": "Microsoft Graph Delete navigation property threatAssessmentRequests for informationProtection" }, { "info": { "name": "Microsoft Graph Get results from informationProtection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests/:threatAssessmentRequest-id/results", "params": [ { "name": "threatAssessmentRequest-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentRequest" }, { "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": "A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it." }, { "info": { "name": "Microsoft Graph Create new navigation property to results for informationProtection", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests/:threatAssessmentRequest-id/results", "params": [ { "name": "threatAssessmentRequest-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to results for informationProtection" }, { "info": { "name": "Microsoft Graph Get results from informationProtection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests/:threatAssessmentRequest-id/results/:threatAssessmentResult-id", "params": [ { "name": "threatAssessmentRequest-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentRequest" }, { "name": "threatAssessmentResult-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it." }, { "info": { "name": "Microsoft Graph Update the navigation property results in informationProtection", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests/:threatAssessmentRequest-id/results/:threatAssessmentResult-id", "params": [ { "name": "threatAssessmentRequest-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentRequest" }, { "name": "threatAssessmentResult-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property results in informationProtection" }, { "info": { "name": "Microsoft Graph Delete navigation property results for informationProtection", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests/:threatAssessmentRequest-id/results/:threatAssessmentResult-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "threatAssessmentRequest-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentRequest" }, { "name": "threatAssessmentResult-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentResult" } ] }, "docs": "Microsoft Graph Delete navigation property results for informationProtection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/informationProtection/threatAssessmentRequests/:threatAssessmentRequest-id/results/$count", "params": [ { "name": "threatAssessmentRequest-id", "value": "", "type": "path", "description": "The unique identifier of threatAssessmentRequest" }, { "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/informationProtection/threatAssessmentRequests/$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 }