May 21, 20232 yr If I post the line below with the insert URL script step. The date is ignored, and all customers are returned. -X GET "https://www.scaleif.com/api/v2/grain/scale/customers?createdChangedSince=2023-03-01" -H "accept: text/plain" -H "Authorization: Bearer 1234" Any ideas as to why it's not working properly? TIA John
May 21, 20232 yr Solution I don't think we can answer that without seeing (a) the API's documentation and (b) the exact way you have set up the Insert from URL script step (you certainly cannot put the URL and the cURL options on the same line). As an aside, I don't think you need the -X GET part. But that's not relevant to the problem you raise.
May 21, 20232 yr Author Thanks comment, for pointing me in the right direction. I had the query in the wrong place. It's working now.
Create an account or sign in to comment