Skip to main content
GET
Get submissions for a form

Parámetros de ruta

form_guid
string
requerido

The unique guid for the form that you want to get the submissions from.

Parámetros de consulta

limit
integer
predeterminado:20

The number of results to include in the response. Defaults to 20, supports a maximum of 50.

Rango requerido: 1 <= x <= 50
after
string

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.

Respuesta

Form submissions retrieved successfully

results
object[]
requerido
paging
object
Última modificación el 3 de abril de 2026