{ "opencollection": "1.0.0", "info": { "name": "Business Central Administration Center Accounts Extension Deployment Status API", "version": "2.28" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Extension Deployment Status", "type": "folder" }, "items": [ { "info": { "name": "List Extension Deployment Statuses", "type": "http" }, "http": { "method": "GET", "url": "https://api.businesscentral.dynamics.com/admin/v2.28/companies(:company_id)/extensionDeploymentStatus", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "The unique identifier of the company" } ] }, "docs": "Returns a list of ongoing extension deployment statuses." } ] } ], "bundled": true }