{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Devices.device API", "version": "1.0.0" }, "items": [ { "info": { "name": "Devices.device", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List devices", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/devices", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "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 device objects registered in the organization." }, { "info": { "name": "Microsoft Graph Create device", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/devices", "body": { "type": "json", "data": "{}" } }, "docs": "Create and register a new device in the organization." }, { "info": { "name": "Microsoft Graph Get device", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/devices/:device-id", "params": [ { "name": "device-id", "value": "", "type": "path", "description": "The unique identifier of device" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the properties and relationships of a device object." }, { "info": { "name": "Microsoft Graph Update device", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/devices/:device-id", "params": [ { "name": "device-id", "value": "", "type": "path", "description": "The unique identifier of device" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps." }, { "info": { "name": "Microsoft Graph Delete device", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/devices/:device-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "device-id", "value": "", "type": "path", "description": "The unique identifier of device" } ] }, "docs": "Delete a registered device." }, { "info": { "name": "Microsoft Graph Get device", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/devices(deviceId=':deviceId')", "params": [ { "name": "deviceId", "value": "", "type": "path", "description": "Alternate key of device" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the properties and relationships of a device object." }, { "info": { "name": "Microsoft Graph Update device", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/devices(deviceId=':deviceId')", "params": [ { "name": "deviceId", "value": "", "type": "path", "description": "Alternate key of device" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps." }, { "info": { "name": "Microsoft Graph Delete device", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/devices(deviceId=':deviceId')", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "deviceId", "value": "", "type": "path", "description": "Alternate key of device" } ] }, "docs": "Delete a registered device." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/devices/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "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 }