问题描述
今天我有一个奇怪的问题。查看列表时,我可以看到查找字段填充了一个项目,这是列表中的几个查找字段之一。但是当我查看列表的休息调用结果时,
显示项目的ID没有显示,JSON中的集合是空的并且自动关闭。
//在列表中填充的查找字段,查找项目的ID为50.
//显示在REST中没有项目的查找字段
//然而,同一列表中的另一个查阅列显示相关内容。
我之前通过删除并重新创建列解决了这个问题,但问题是在第二天返回。
之前是否有人遇到此问题并知道如何修复它?
编辑:这是用于获取所有列表数据的查询.https://<> .sharepoint.com / teams / AIR / _api / web / lists / getbytitle('AIR% 20Incidents')/ items(238)
I have an odd issue today. When looking at a list I can see the lookup field is populated with an item, this is one of a few lookup fields on the list. However when I look at the results of a rest call to the list none of the IDs of the item show up, the collection in the JSON is empty and self closing.
//Lookup field populated in list, ID of lookup item is 50.
//Lookup field showing that it has no items in REST
//However, another lookup column in the same list is presenting correclty.
I had resolved this before by deleting and re-creating the column, however the issue returned the next day.
Has anyone ran into this issue before and know how to fix it?
Edit: this was the query used to get all the list data back. https://<>.sharepoint.com/teams/AIR/_api/web/lists/getbytitle('AIR%20Incidents')/items(238)这篇关于Sharepoint Online Rest:查找值在列表中可见,查找ID列不显示项目的ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!