Skip to main content

Hello - I have been able to use the HTTP caller to get data from an API. However there seems to be a 50,000 record limit.

 

I have created a StartDate and EndDate fields using an attribute manager formatted as yyyy-mm-dd. I was wondering how I can use these fields as parameters to get data from (and including on) those two dates?

 

P.S I have a field that is called OrderDate from the data the API gets and was going to use the dates to filter on that. However this field is formatted as date and time.

 

Any advice would be greatly appreciated.

 

Thanks,

 

 

This depends on the specific API. One way is to read their documentation. If you have a user interface which uses the same API you can also reverse engineer what the parameters are using Developer Mode (F12 in most browsers).

 

Common advise is to use something like PostMan to get the request syntax sorted out first, then transfer the request to the HTTPCaller.


Reply