使用Postman连接Microsoft Dataverse环境

新建Postman环境

Step 1:在Postman中创建环境用于连接Dataverse

Step 2:在Power App中找到所需Dataverse环境的基础URL地址,地址仅保留到 .com/ 部分

Step 3:在Postman的环境中设置如下变量。其中第一个变量的初始值填入对应Dataverse环境的基础URL,其他变量的值直接填入图上所示的值即可

VARIABLEINITIAL VALUEACTION
urlhttps://<your org name>.api.crm.dynamics.comUse the base url of the Web API endpoint
clientid51f81489-12ee-4a9e-aaae-a2591f45987dCopy the value
version9.2Copy the value
webapiurl{{url}}/api/data/v{{version}}/Copy the value
callbackhttps://localhostCopy the value
authurlhttps://login.microsoftonline.com/common/oauth2/authorize?resource={{url}}Copy the value

PS:{{变量名}} 表示引用该变量的值

Step 4:选择环境以激活

生成Dataverse环境访问Token

确保Postman中选择了新建的环境,在该环境中新建一个请求。通过该请求去获取访问令牌,即Token。

引用前面定义的变量去获取新的Token

注:如果想要在Postman中为一个Dataverse环境,配置多个不同用户认证的环境,那么在获取Token的时候,在底部点击 清除Cookie(Clear Cookie)

点击Get New Access Token,会弹出对话框请求登录,登录账号后,即可获得Token

点击Use Token后,该Token即可在Available Token中选用

测试链接

通过刚刚配置了Token的Get请求,向该URL请求 {{webapiurl}}WhoAmI 

该接口会返回对应Dataverse组织的基本信息,能够成功访问,则说明链接Dataverse环境成功

更多操作查看文档:Use Postman to perform operations with the Web API (Microsoft Dataverse for Apps) - Power Apps | Microsoft Learn

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值