Forum Discussion
svatada
2 years agoFormer Employee
Try below exp:
nextPageUrl :
jsonPath($, "$.links[?(@.rel=='next-page')].href").length > 0 ? jsonPath($, "$.links[?(@.rel=='next-page')].href")[0] : null
hasNextPage:
jsonPath($, "$.links[?(@.rel=='next-page')].href").length > 0