Error Handling |
Determine what to return if an error is encountered. |
JSON Answer Set |
JSON Answer set to format. Either this or submission ID needs to be specified. |
Space Slug |
The Space the submission is being retrieved from (defaults to info value if not provided). |
Submission ID |
The id of the submission to retrieve answers for. Either this or submission ID needs to be specified. |
Mode |
If 'All' the entire set of fields will be used. If 'Some' the fields listed in the 'Included Fields' parameter will be used. **In both cases, fields listed in the 'Excluded Fields' parameter will never be included in the generated output.** |
Included Fields |
A comma separated list of field names that should be explicitly included in the field list. This is only required if the 'Mode' parameter is set to 'Some'. Whitespace matters; ensure there are no spaces after a comma separating the field names (unless the field names includes a preceding space). |
Excluded Fields |
A comma separated list of field names that should be explicitly excluded from the field list. Fields included in this list will be excluded even if they are included in the 'Included Fields' parameter. Whitespace matters; ensure there are no spaces after a comma separating the field names (unless the field name includes a preceding space). |
Field Aliases |
A specially formatted mapping of field names in the answer hash to labels to be used in the answer set. This is necessary when an answer should be forwarded via answer set, but the field name varies from form to form. The alias format is as follows: OldQuestionLabel=NewQuestionLabel,RequesterFirstName=FirstName. |