{ "opencollection": "1.0.0", "info": { "name": "Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) Applications Compliance Policies API", "version": "1.0.0" }, "items": [ { "info": { "name": "Compliance Policies", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Endpoint Configuration Management List device compliance policies", "type": "http" }, "http": { "method": "GET", "url": "https://{siteserver}/AdminService/deviceManagement/deviceCompliancePolicies", "params": [ { "name": "$top", "value": "", "type": "query", "description": "Number of items to return." }, { "name": "$skip", "value": "", "type": "query", "description": "Number of items to skip." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression." }, { "name": "$select", "value": "", "type": "query", "description": "Comma-separated list of properties to include in the response." }, { "name": "$orderby", "value": "", "type": "query", "description": "Order results by a property." } ] }, "docs": "List properties and relationships of the deviceCompliancePolicy objects." }, { "info": { "name": "Microsoft Endpoint Configuration Management Create device compliance policy", "type": "http" }, "http": { "method": "POST", "url": "https://{siteserver}/AdminService/deviceManagement/deviceCompliancePolicies", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new deviceCompliancePolicy object." }, { "info": { "name": "Microsoft Endpoint Configuration Management Get device compliance policy", "type": "http" }, "http": { "method": "GET", "url": "https://{siteserver}/AdminService/deviceManagement/deviceCompliancePolicies/:deviceCompliancePolicyId", "params": [ { "name": "deviceCompliancePolicyId", "value": "", "type": "path" }, { "name": "$select", "value": "", "type": "query", "description": "Comma-separated list of properties to include in the response." } ] }, "docs": "Read properties and relationships of a deviceCompliancePolicy object." }, { "info": { "name": "Microsoft Endpoint Configuration Management Update device compliance policy", "type": "http" }, "http": { "method": "PATCH", "url": "https://{siteserver}/AdminService/deviceManagement/deviceCompliancePolicies/:deviceCompliancePolicyId", "params": [ { "name": "deviceCompliancePolicyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a deviceCompliancePolicy object." }, { "info": { "name": "Microsoft Endpoint Configuration Management Delete device compliance policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{siteserver}/AdminService/deviceManagement/deviceCompliancePolicies/:deviceCompliancePolicyId", "params": [ { "name": "deviceCompliancePolicyId", "value": "", "type": "path" } ] }, "docs": "Deletes a deviceCompliancePolicy." }, { "info": { "name": "Microsoft Endpoint Configuration Management Assign compliance policy", "type": "http" }, "http": { "method": "POST", "url": "https://{siteserver}/AdminService/deviceManagement/deviceCompliancePolicies/:deviceCompliancePolicyId/assign", "params": [ { "name": "deviceCompliancePolicyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Assign a device compliance policy to groups." }, { "info": { "name": "Microsoft Endpoint Configuration Management Get compliance state summary", "type": "http" }, "http": { "method": "GET", "url": "https://{siteserver}/AdminService/deviceManagement/deviceCompliancePolicyDeviceStateSummary" }, "docs": "Read properties of the deviceCompliancePolicyDeviceStateSummary object providing a summary of device compliance states across the tenant." } ] } ], "bundled": true }