Reads a continuation token from each Json response with the Token Expression and requests the REST Endpoint again with the token as the Query Parameter. Pagination ends when the expression finds nothing or yields null or an empty string.

Examples: Nexus 3 ($.continuationToken sent as continuationToken) and offset based APIs such as Bitbucket Server ($.nextPageStart sent as start). Only available for the APPLICATION_JSON MIME type.