I've gone through the documentation about next page in the docs, however the docs do not show a sample.
In particular, given the json response{
"value": [
{
"Id": 21
}
],
"nextLink": "NextPageRelativeUrl"
},
the nextLink in the response would be the next page url, i've tried the following values in Path to next page URL field in HTTP response body
nextLink
"nextLink"
result.nextLink
results.nextLink
record.nextLink
so, what do i need to set this value for pagination to work correctly?