{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin deviceAppManagement.managedDeviceMobileAppConfiguration API", "version": "1.0.0" }, "items": [ { "info": { "name": "deviceAppManagement.managedDeviceMobileAppConfiguration", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get mobileAppConfigurations from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations", "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 Managed Device Mobile Application Configurations." }, { "info": { "name": "Microsoft Graph Create new navigation property to mobileAppConfigurations for deviceAppManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to mobileAppConfigurations for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get mobileAppConfigurations from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The Managed Device Mobile Application Configurations." }, { "info": { "name": "Microsoft Graph Update the navigation property mobileAppConfigurations in deviceAppManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property mobileAppConfigurations in deviceAppManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property mobileAppConfigurations for deviceAppManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" } ] }, "docs": "Microsoft Graph Delete navigation property mobileAppConfigurations for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get assignments from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/assignments", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "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 group assignemenets for app configration." }, { "info": { "name": "Microsoft Graph Create new navigation property to assignments for deviceAppManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/assignments", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to assignments for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get assignments from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/assignments/:managedDeviceMobileAppConfigurationAssignment-id", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "managedDeviceMobileAppConfigurationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfigurationAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of group assignemenets for app configration." }, { "info": { "name": "Microsoft Graph Update the navigation property assignments in deviceAppManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/assignments/:managedDeviceMobileAppConfigurationAssignment-id", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "managedDeviceMobileAppConfigurationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfigurationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignments in deviceAppManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property assignments for deviceAppManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/assignments/:managedDeviceMobileAppConfigurationAssignment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "managedDeviceMobileAppConfigurationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfigurationAssignment" } ] }, "docs": "Microsoft Graph Delete navigation property assignments for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/assignments/$count", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "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 deviceStatuses from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/deviceStatuses", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "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": "List of ManagedDeviceMobileAppConfigurationDeviceStatus." }, { "info": { "name": "Microsoft Graph Create new navigation property to deviceStatuses for deviceAppManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/deviceStatuses", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to deviceStatuses for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get deviceStatuses from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/deviceStatuses/:managedDeviceMobileAppConfigurationDeviceStatus-id", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "managedDeviceMobileAppConfigurationDeviceStatus-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of ManagedDeviceMobileAppConfigurationDeviceStatus." }, { "info": { "name": "Microsoft Graph Update the navigation property deviceStatuses in deviceAppManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/deviceStatuses/:managedDeviceMobileAppConfigurationDeviceStatus-id", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "managedDeviceMobileAppConfigurationDeviceStatus-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deviceStatuses in deviceAppManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property deviceStatuses for deviceAppManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/deviceStatuses/:managedDeviceMobileAppConfigurationDeviceStatus-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "managedDeviceMobileAppConfigurationDeviceStatus-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus" } ] }, "docs": "Microsoft Graph Delete navigation property deviceStatuses for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/deviceStatuses/$count", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "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 deviceStatusSummary from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/deviceStatusSummary", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "App configuration device status summary." }, { "info": { "name": "Microsoft Graph Update the navigation property deviceStatusSummary in deviceAppManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/deviceStatusSummary", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deviceStatusSummary in deviceAppManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property deviceStatusSummary for deviceAppManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/deviceStatusSummary", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" } ] }, "docs": "Microsoft Graph Delete navigation property deviceStatusSummary for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Invoke action assign", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/assign", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action assign" }, { "info": { "name": "Microsoft Graph Get userStatuses from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/userStatuses", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "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": "List of ManagedDeviceMobileAppConfigurationUserStatus." }, { "info": { "name": "Microsoft Graph Create new navigation property to userStatuses for deviceAppManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/userStatuses", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to userStatuses for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get userStatuses from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/userStatuses/:managedDeviceMobileAppConfigurationUserStatus-id", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "managedDeviceMobileAppConfigurationUserStatus-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfigurationUserStatus" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of ManagedDeviceMobileAppConfigurationUserStatus." }, { "info": { "name": "Microsoft Graph Update the navigation property userStatuses in deviceAppManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/userStatuses/:managedDeviceMobileAppConfigurationUserStatus-id", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "managedDeviceMobileAppConfigurationUserStatus-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfigurationUserStatus" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property userStatuses in deviceAppManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property userStatuses for deviceAppManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/userStatuses/:managedDeviceMobileAppConfigurationUserStatus-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "managedDeviceMobileAppConfigurationUserStatus-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfigurationUserStatus" } ] }, "docs": "Microsoft Graph Delete navigation property userStatuses for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/userStatuses/$count", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "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 userStatusSummary from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/userStatusSummary", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "App configuration user status summary." }, { "info": { "name": "Microsoft Graph Update the navigation property userStatusSummary in deviceAppManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/userStatusSummary", "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property userStatusSummary in deviceAppManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property userStatusSummary for deviceAppManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/:managedDeviceMobileAppConfiguration-id/userStatusSummary", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDeviceMobileAppConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of managedDeviceMobileAppConfiguration" } ] }, "docs": "Microsoft Graph Delete navigation property userStatusSummary for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/mobileAppConfigurations/$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 }