Skip to main content
Question

GET in Webhooks by Zapier, query string params not sending


I’m trying to send a GET request to index all records that match certain conditions. So far, I have been able to send the request successfully, but I cannot figure out how to include the parameters I need to filter my results. Here is a link to the api documentation: https://populi.co/api/?shell#index-18

 

I’m trying to return applications that are 100% complete. Here is a screenshot of the action:

 

I’m sure this is something I’m doing wrong because I wasn’t able to get it to work in Make or Postman either. I tried including the parameter in the url and that also didn’t work. 

https://[MYDOMAIN].populiweb.com/api2/applications/?percent_completed=100 (though when I open this link in my browser, I can see that the API correctly identified the parameters in the log.)

 

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.