{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications Extension Properties API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications Extension Properties", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List extensionProperties (directory extensions)", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/extensionProperties", "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": "Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application." }, { "info": { "name": "Microsoft Graph Create extensionProperty (directory extension)", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/extensionProperties", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new directory extension definition, represented by an extensionProperty object." }, { "info": { "name": "Microsoft Graph Get extensionProperty (directory extension)", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/extensionProperties/:extensionProperty-id", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "extensionProperty-id", "value": "", "type": "path", "description": "The unique identifier of extensionProperty" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read a directory extension definition represented by an extensionProperty object." }, { "info": { "name": "Microsoft Graph Update Extension Properties", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/extensionProperties/:extensionProperty-id", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "extensionProperty-id", "value": "", "type": "path", "description": "The unique identifier of extensionProperty" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Performs PATCH operation on /applications/{application-id}/extensionProperties/{extensionProperty-id}" }, { "info": { "name": "Microsoft Graph Delete extensionProperty (directory extension)", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/extensionProperties/:extensionProperty-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "extensionProperty-id", "value": "", "type": "path", "description": "The unique identifier of extensionProperty" } ] }, "docs": "Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD)." }, { "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/extensionProperties/$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}/extensionProperties/$count" } ] } ], "bundled": true }