You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Fetch in chunks" sections in Using Collections and Using Items both use the stoken parameter to facilitate pagination. The "Iterating through responses" section in Collection Sharing however, which seems to descibe the same process, uses iterator. Are all of these examples correct? What is the difference between stoken and iterator?
The text was updated successfully, but these errors were encountered:
The "Fetch in chunks" sections in Using Collections and Using Items both use the
stoken
parameter to facilitate pagination. The "Iterating through responses" section in Collection Sharing however, which seems to descibe the same process, usesiterator
. Are all of these examples correct? What is the difference betweenstoken
anditerator
?The text was updated successfully, but these errors were encountered: