LoadItemsByCamlQueryAsync have a * in API call #1313
Unanswered
nepgya2803
asked this question in
Q&A
Replies: 1 comment
-
@ngqtrieu99 : did you confirm via a network trace that effectively all columns are retrieved? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using LoadItemsByCamlQueryAsync with pagination to get all items from a SharePoint list to local. Even though my caml query only limits specific fields returned from the Sharepoint list in the API call, it seems it is trying to return every column like this. The '*' in the call is very suspicious. I'm not sure if this was the reason why it
The caml query:
Code:
Beta Was this translation helpful? Give feedback.
All reactions