-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
With this library how would I paginate responses?
myList.getItems('$top=1000');
Then at a later time...
myList.getItems('$top=1000'&$skip=1000');
Except Sharepoint online does not support $skip; and I cannot figure out a simple way on how to implement SkipToken and get it working.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels