Skip to content

Commit 35c0474

Browse files
authored
Update V1_pagination.md
1 parent 1c922d1 commit 35c0474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/V1_pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ is: 'published'
66

77
## Pagination: Iterate over messages in a conversation one page at a time
88

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.
1010

1111
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.
1212

0 commit comments

Comments
 (0)