{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector deletedApplications API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "deletedApplications", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Tenantid Deletedapplications Objectid Restore", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:tenantID/deletedApplications/:objectId/restore", "params": [ { "name": "objectId", "value": "", "type": "path", "description": "Application object ID." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Restores the deleted application in the directory." }, { "info": { "name": "Microsoft Azure Get Tenantid Deletedapplications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:tenantID/deletedApplications", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply to the operation." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Gets a list of deleted applications in the directory." } ] } ], "bundled": true }