I was able to retrieve data from the API by using the download tool but the response only gives me the body of the json I also need access to the response headers as in the API that I am using I need a scroll_id to be able to iterate between pages
I read that in order to do that using CURL as an Ajax request from within a PHP application you will need to set the following to get access to the header needed
curl_setopt($this->curl, CURLOPT_HEADERFUNCTION, array (&$this, 'methodName'));
does anyone else know how to access the headers from alteryx?
Don't you have the response header on the DownloadHeader column after the Download?
User | Count |
---|---|
106 | |
82 | |
72 | |
54 | |
40 |