MagsR
3 years agoQrew Trainee
Fetch JSON
Hello all, I am having difficulties with building a pipelines to create a record from a API Link provided to me. I simply need to GET the information however I keep getting errors and am having dif...
That will depend on the API you are working with. When you are doing a GET request, most RESTful APIs will request that you pass an id as part of the URL, some will allow you to pass in query parameters in the URL. Some might even allow you to pass them through the request headers. Do you have a link to the documentation you are using and the specific call you are sending?