Get Form Layout
kintone-get-form-layoutRetrieve the form layout structure of a kintone app to understand row, subtable, and field positioning. Use this before updating layouts or adding new fields.
Instructions
Get form layout from a kintone app. Returns layout structure with rows, subtables, groups, and field positioning. Use to understand current form arrangement before layout updates. Essential when adding new fields that need specific positioning or when rearranging existing fields. 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 layout from (numeric value as string) | |
| preview | No | Whether to retrieve from preview environment (requires app administration permission for preview, record view/add permission for production) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layout | Yes | Array of layout elements (rows, subtables, groups) | |
| revision | Yes | App configuration revision number |