Get the submissions for the specified form. This will include the fields in the submissions, the time of the form submission, and the page URL that the form was submitted on. Submissions will be returned in reverse-chronological order.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique guid for the form that you want to get the submissions from.
The number of results to include in the response. Defaults to 20, supports a maximum of 50.
1 <= x <= 50
Used to get the next page of results. Each response returns an after value, which is used with this parameter in the next request to get the next page of results.
Form submissions retrieved successfully
The response is of type object
.