【发布时间】:2016-05-26 16:36:05
【问题描述】:
这是我的 SharePoint CAML 查询条件
<View>
<Query>
<Where>
<Geq>
<FieldRef Name='EventDate' />
<Value Type='DateTime' IncludeTimeValue='TRUE'>2016-04-28T06:04:28.183Z</Value>
</Geq>
</Where>
</Query>
</View>
我尝试使用 REST url 复制它,但我收到了消息
“'DateTime' 类型的字段 'EventDate' 不能在查询过滤器表达式中使用”。
谁能指导我更正我的网址
http://mySite//_api/lists/getbytitle('test')/items?$filter=EventDate gt datetime'2016-04-04T00:00:00'
【问题讨论】:
标签: sharepoint sharepoint-2013