我尝试使用SharePoint REST API查看给定用户的默认任务列表,但我似乎无法找到我想要读取的列表的名称。
我通过转到"任务"创建了一个新任务。在O365中应用并遵循"新任务"向导。
在我的代码中,我获取了一个SharePoint令牌并进行了GET调用:
https://<mysite>.sharepoint.com/personal/<userUPN>/_api/web/lists/getbytitle('WmaAggregatorList_User')
这只会导致错误: &#34;列出&#39; WmaAggregatorList_User&#39;在具有网址的网站上不存在...&#34;
我试图联系的列表是否有不同的名称?我在哪里可以找到这个记录?