API Updates for February 2026
The next Kintone update is on 9th February 2026. The release also includes the following API updates.
Update Summary
The February 2026 update includes the release of new JavaScript APIs and spec changes.
Kintone JavaScript API
New Features
The following Kintone JavaScript APIs will be added.
APIs to change and retrieve field styles
-
kintone.app.record.setFieldStyle()
Changes the style of a field. -
kintone.app.record.getFieldStyle()
Retrieves the style of a field.
Spec Changes
APIs to show or hide fields and retrieve field display state can now be executed on Label, Border, and Blank space fields
The following APIs can now be executed on Label, Border, and Blank space fields:
PC Version
-
Show or Hide Field
kintone.app.record.setFieldShown() -
Check Field Visibility
kintone.app.record.isFieldVisible()
Mobile Version
-
Show or Hide Field
kintone.mobile.app.record.setFieldShown() -
Check Field Visibility
kintone.mobile.app.record.isFieldVisible()
The Get Form Layout API can now retrieve element IDs for Label and Border fields
The following APIs can now be used to retrieve element IDs for Label and Border fields:
-
Get Form Layout
kintone.app.getFormLayout()
Kintone REST API
Spec Changes
The Get Form Layout API and Update Form Layout API can now retrieve and change element IDs for Label and Border fields
The following APIs can now be used to retrieve element IDs for Label and Border fields:
-
Get Form Layout
/k/v1/app/form/layout.json -
Change Form Layout
/k/v1/preview/app/form/layout.json
Product News
Be sure to check out the
Kintone Product Updates
on the product website for the latest news on feature improvements and important notices!