GET next page in JSON with rest message
Hi, I have an external api that returns 1000 records at a time with the get call, this api has pagination, my goal is to take some properties of the JSON object that the api returns and put them in an array and then do the match between the fiscal co...
