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
Copy file name to clipboardExpand all lines: guides/V1_pagination.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ is: 'published'
6
6
7
7
## Pagination: Iterate over messages in a conversation one page at a time
8
8
9
-
The **pageInfo** element is available for any of the collections (people, spaces, members, messages, etc.). It contains 4 elements to help you determine if there is more data and how to specify the start or end boundaries in the next request for more info from that collection.
9
+
The **pageInfo** element is available for any of the collections (people, spaces, members, messages, etc.). It contains 4 elements to help you determine if there is more data and how to specify the start or end boundaries in the next request for more information from that collection.
10
10
11
11
Utilize the **startCursor** and **endCursor** string values to determine the offset for the next request in the start and end arguments to the collection query.
0 commit comments