{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications Home Realm Discovery Policies API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications Home Realm Discovery Policies", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get homeRealmDiscoveryPolicies from applications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/homeRealmDiscoveryPolicies", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "Performs GET operation on /applications/{application-id}/homeRealmDiscoveryPolicies" }, { "info": { "name": "Microsoft Graph Get homeRealmDiscoveryPolicies from applications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/homeRealmDiscoveryPolicies/:homeRealmDiscoveryPolicy-id", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "homeRealmDiscoveryPolicy-id", "value": "", "type": "path", "description": "The unique identifier of homeRealmDiscoveryPolicy" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Performs GET operation on /applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/homeRealmDiscoveryPolicies/$count", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Performs GET operation on /applications/{application-id}/homeRealmDiscoveryPolicies/$count" } ] } ], "bundled": true }