...
Parameter name | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
t | Could be:
| ||||||||||
pageId | Page Id of the page where ConfiForms is configured | ||||||||||
fd | form name and again page ID where form is defined (some backward compatibility parameter, but still is required). It sould be given in a format formname:pageId In the example above we have a form named "f" and it is located on the page with id "8159450" | ||||||||||
fields | Field names to export. This is interesting, as you can limit the fields in your export and also use the techniques from Accessing field values and properties to customize the export. For example: to export just user-defined fields, without metadata fields
result:
to export date field as timestamp in CSV format and dropdown field's ID (not label)
result:
| ||||||||||
filter | Same as ConfiForms Filters. To limit the exported dataset | ||||||||||
headers | Since ConfiForms version 2.15.3 you can supply the "headers" parameter as comma separated list of names to use for headers in exported CSV/Excel file Quick example:
| ||||||||||
sort | Sorting in ConfiForms | ||||||||||
limit | Numeric value to limit the number of records returned. Missing parameter or limit=0 sets the limit to "no limit" |
...