Hi There,
In order to pull all candidates from CATS, I've been using a loop with varying pages, starting from page 1, and I've been using Google Apps Script to pull data and add them to a Google Sheet.
I've been getting errors for random pages, I've been testing this using Terminal and Curl as the response error on Google Apps Script was not helpful.
Not Working:
Working:
etc.
I've been doing random spot checks as it is time consuming iterating through pages
With "page=1" I receive nothing on Terminal, however with "page=2" I get the data with the 100 candidates on page 2 as expected.
Could you please look into this?
Thanks!