Skip to main content
Question

How to get multiple items in a Webhook GET call?


i am trying to use webhook with a GET call for a lottery API.
I would like to get any specific game results, but i only get the first one.
i tried using query parameters but always the result is the same, just the first item .

Any idea?

 

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @Ultrapuma 

You may need to use a Code step to make the API request, then handle the returned response.


fiona819
Forum|alt.badge.img+3
  • New
  • 111 replies
  • May 20, 2024

@Ultrapuma Do you have the API doc to share?