Forum Discussion

terrible_towel's avatar
terrible_towel
New Contributor II
2 years ago
Solved

How do I loop through pages with JIRA API, using the HTTP Client snap?

Hi,

I've been trying to configure the snap with no success.

My goal is to do a get request, and loop through the pages, since Jira API only returns the first page.
So it would look something like this:
http://jira_get_request & offset = X 

The offset keyword is concatenated at the end of the request, where X is the page number.

Can anyone here help me configure this using the HTTP Client snap?

Thanks !

5 Replies

  • marenas's avatar
    marenas
    Contributor

    Hi,

    I’m curious what account did you use for the Salesforce SOQL snap?

      • marenas's avatar
        marenas
        Contributor

        Yes, I did and also I updated the service version of the sample SLP file to the latest version 52.0 then I was able to validate the snap using the Salesforce account

        Thank you for the reply.