APIs & Integrations

LPhipps
Membre

Forms API Response

When a request is made to the forms submission API, which is the data set returned?

1. All of the submissions made since the form was created.

2. Only submissions made since the last API request.

3. Other

0 Votes
1 Réponse
piersg
Conseiller clé

Forms API Response

@LPhipps 1. All submissions since the form was created, in reverse chronological order with a caveat of a single response having a limit of 50 submissions. As stated in the documentation: "Using the limit parameter, up to 50 submissions can be included in a single response. For forms with more than 50 submissions, you will need to page through the results using the after parameter."

0 Votes