If you have 5 submissions to your form, you'll have 5 elements (rows) in the return.
This request returns the entries that have been submitted to a specific form.
This is the equivalent of viewing your stored entries in the Entry Manager in Wufoo.
- sort on a single ID, as retrieved from the fields_info.
sortDirection
- choose to sort your entries ASC (lowest to highest) or DESC (highest to lowest).
columnNames
- How should be column names be called. Either "Field1", "Field2"
etc. or "First Name", "Last Name" (tries to make best guess). Default to the second option.
showRequestURL
- use only for DEBUG purposes
debugConnection
- samilar as above. Either "0L" (false; default) or "1L"
domain
- for whatever reason domain's ccTLD may change. With this parameter you can change
default wufoo.com to another one such as wufoo.eu
pageStart
- the page number you'd like to start from. Defaults to 0.
pageSize
- the number of entries returned in your page. Defaults to 25; Max = 100.