How can i get all the data of one form from the api

  • BluestoneIE
    Asked on November 25, 2015 at 4:43 AM

    I'm trying to get the submissions data for one form using the API, but I can not find in the examples (http://developers.jotform.com/libraries

    Can you tell me how can I get the data (submissions data) using the API?

    If there is some function as 'GetFormDataSubmission' something like this.

    Thanks,

    Felipe.

  • mert JotForm UI Developer
    Replied on November 25, 2015 at 9:08 AM

    Hi Felipe,

    Yes, you can get the submissions data by using the API. Below, you will find the request URL that takes the values of the submissions:

    https://api.jotform.com/form/{formID}/submissions?apiKey={apiKey}

     

    Above, you can add desired formID to get the specific submissions or you can delete the green marked area completely to get all of the submissions. On Blue marked area, you need to copy and paste your API key.

     

    In addition, you can find useful information from the guide below:

    http://api.jotform.com/docs/#form-id-submissions

     

    For further assistance, please don't hesitate to contact us.

    Thanks.