av-mgupton
Contributor
Contributor

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": "…"
  }
}

 

Reply
0 Kudos