export_field_names
Retrieve the list of export field names for a REDCap project to resolve checkbox field name differences. Use this mapping to reference correct names before exporting or reading data.
Instructions
Export the list of export field names for the project.
Checkbox fields have different export names (e.g. 'chk___1', 'chk___2') than their original field name. Use this to resolve the correct names before exporting or referencing checkbox data.
Args: field: Filter to a specific field name. None returns all fields.
Returns: JSON array of objects with original_field_name and export_field_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |