sharepoint-rest-api

SharePoint getbytitle rest api返回重复的Id属性

我正在尝试使用以下RESTapi获取SharePoint列表的所有文件夹_api/web/lists/getbytitle(<list_name)/items$filter=FSObjTypeeq1&amp$select=ID、FileLeafRef、FileRef返回的JSON包含具有相同值的重复ID属性:我想在powerautomatic中解析这个JSON,因为重复的ID属性导致错误谢谢