- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Through trial and error I found the answer to my question. The cursor field (nextPageLink) needs to be in the filter sub-object of the JSON post data, as shown below.
{
"filter": {
"nextPageLink": "…"
}
}