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 "Fetch in chunks" sections in Using Collections and Using Items both use the
stokenparameter 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 betweenstokenanditerator?