02-12-2024 01:58 PM - edited 02-12-2024 02:00 PM
This error is coming from the Total pages to fetch section. (I am getting the URL that I want)
My entry:
$url + "type=" + _type + "&limit=" + _request_size + "&skip=" + (snap.out.totalCount + 500)
"url": "https://api.gleap.io/projects/123456/tickets?"
Solved! Go to Solution.
02-15-2024 10:13 AM
For anyone who looks at this. I made a mistake and had the information in the wrong field. It should have been in the field Next URL. This screen shot is wrong.
02-13-2024 03:40 AM
Given the details, my assumption is that some of the parameters that you are passing is not numeric type(that should be).
Just a note, every parameter that is passed from a pipeline parameters will be with type String. So, you will need to explicitly convert to a type that the API expect.
BR,
Spiro Taleski
02-15-2024 10:13 AM
For anyone who looks at this. I made a mistake and had the information in the wrong field. It should have been in the field Next URL. This screen shot is wrong.