Get Form Fields
kintone-get-form-fieldsRetrieve detailed field settings from a kintone app, including type, label, and configuration, to understand field structure before modifying the app.
Instructions
Get form field settings from a kintone app. Returns detailed field information including type, code, label, and all configuration settings (required status, default values, validation rules, options for selection fields, lookup configurations). Response includes 'properties' object with all fields and 'revision' string. Essential for understanding current field structure before add/update/delete operations. Use to verify lookup field configurations and field mappings. Supports both live and pre-live app settings retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The ID of the app to retrieve form fields from (numeric value as string) | |
| lang | No | The language for field names | |
| preview | No | Whether to get form fields from pre-live environment |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revision | Yes | App configuration revision number | |
| properties | Yes | Object containing field configurations |