Skip to content

Exception raised when trying to get the submissions by form id #6

@kaveiros

Description

@kaveiros

$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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions