$jotformAPI = new JotForm($apikey); $formSubmissions= $jotformAPI->getFormSubmissions($formID);
and I get this exception:
exception 'JotFormException' with message 'Requested URL (/v1/form/submissions) is not available!' in /Library/HTTPServer/htdocs/JotForm/JotForm.php:118
Also when you try the same call using curl there is a message 404.
{ "responseCode": 404, "message": "Requested URL (/form/{id}/submissions) is not available!", "info": "http://api.jotform.com/docs", "limit-left": 9989, "duration": "14ms" }
Can you fix that please?
Also is there a way to get xml as response instead of JSON?