- Nested query is not supported. Multiple REST call is workaround. See more here
$filter
does not work with Calculated column. Using POST request and CAML query is workaround. See #1$filter
does not work with Multi Valued column. Using POST request and CAML query is workaround. See #1- Term Store Management is not supported. JSOM is workaround. See example here.
- Maximum URL length is 260 in GET request. This value can be modified from web.config or Using POST request and CAML query is workaround. See #1.
- Date Time functions are not supported but it works with
listdata.svc
. Example/_vti_bin/listdata.svc/SpTutorial?$filter=month(SpDateTime) eq 6
. See more here. - Get Item count from filter is not supported. Using
ListData.svc
is workaround. Example_vti_bin/ListData.svc/Fruits/$count?$filter=((color eq 'red'))
. Find more here. - Batch request has support on SharePoint Online , on-premise SharePoint 2016 and later
Sunday 22 July 2018
REST API Limitations - Workarounds
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment