{ "opencollection": "1.0.0", "info": { "name": "Microsoft Dataverse Web API (Power Apps) System API", "version": "9.2" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Get the current user information", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.crm.dynamics.com/api/data/v9.2/WhoAmI" }, "docs": "Returns the BusinessUnitId, UserId, and OrganizationId of the calling user." }, { "info": { "name": "Execute batch operations", "type": "http" }, "http": { "method": "POST", "url": "https://{organization}.crm.dynamics.com/api/data/v9.2/$batch" }, "docs": "Submit multiple operations or change sets in a single multipart batch request." } ] } ], "bundled": true }