{ "opencollection": "1.0.0", "info": { "name": "Microsoft Dataverse Web Metadata API", "version": "9.2" }, "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": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "List all table (entity) definitions", "type": "http" }, "http": { "method": "GET", "url": "https://{org}.api.crm.dynamics.com/api/data/v9.2/EntityDefinitions" }, "docs": "List all table (entity) definitions" }, { "info": { "name": "Get metadata for a specific table by logical name", "type": "http" }, "http": { "method": "GET", "url": "https://{org}.api.crm.dynamics.com/api/data/v9.2/EntityDefinitions(LogicalName=':logicalName')", "params": [ { "name": "logicalName", "value": "", "type": "path" } ] }, "docs": "Get metadata for a specific table by logical name" }, { "info": { "name": "Identifies the currently authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://{org}.api.crm.dynamics.com/api/data/v9.2/WhoAmI" }, "docs": "Identifies the currently authenticated user" } ] } ], "bundled": true }