{ "opencollection": "1.0.0", "info": { "name": "Microsoft Dynamics 365 Business Central API v2.0 Companies API", "version": "v2.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", "accessTokenUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "List companies", "type": "http" }, "http": { "method": "GET", "url": "https://api.businesscentral.dynamics.com/v2.0/{environment}/api/v2.0/companies" }, "docs": "List companies" }, { "info": { "name": "Get a company", "type": "http" }, "http": { "method": "GET", "url": "https://api.businesscentral.dynamics.com/v2.0/{environment}/api/v2.0/companies(:id)", "params": [ { "name": "id", "value": "", "type": "path", "description": "GUID identifier" } ] }, "docs": "Get a company" } ] } ], "bundled": true }