Forum Discussion

VijayKasindala's avatar
VijayKasindala
New Contributor
2 years ago

HTTP request GET pagination issue with trustpilot API

Hello,

I am calling Trustpilot API using HTTP request snap.

I have given below values in 'Next URL' and 'has next' values in HTTP request snap.

It is only giving 20 records.can you please provide your inputs?

jsonPath($, "$.[*].links[?(@.rel=='next-page')].href")[0] 

jsonPath($, "$.[*].links[?(@.rel=='next-page')].href")[0].lenghth>0

 

Thanks,

Vijay

4 Replies

  • dmiller's avatar
    dmiller
    Former Employee

    I"m talking with Dev about it. I believe there is a known issue.

    • dmiller's avatar
      dmiller
      Former Employee

      There was an update Snap Pack deployed last night, hadoop3887, that should address this issue.

      • jsgeronimo's avatar
        jsgeronimo
        New Contributor II

        Thanks dmiller, I will try to check with our Account Manager we can update to the latest version. I will update this question once I have tested it.