API Updates for March 2026
The next Kintone update is on 9th March 2026. The release also includes the following API updates.
Update Summary
The March 2026 update includes the release of new JavaScript APIs and User API spec changes.
Kintone JavaScript API
New Features
Three major categories of new Kintone JavaScript APIs will be added:
-
Event that occurs when inline editing ends on the record list page
-
APIs to change and retrieve field styles in mobile record add/edit page
-
APIs to display UI in mobile
Event that occurs when inline editing ends on the record list page
PC Version
app.record.index.edit.finish
This event occurs when the table is displayed after clicking Save or Cancel in inline editing.
APIs to change and retrieve field styles in mobile record add/edit page
Mobile Version
kintone.mobile.app.record.setFieldStyle()
Changes the style of a field.kintone.mobile.app.record.getFieldStyle()
Retrieves the style of a field.
APIs to display UI in mobile
Mobile Version
kintone.mobile.createBottomSheet()
Creates a bottom sheet.
This API is the mobile version of the Create Dialog API in the PC version.kintone.mobile.showConfirmBottomSheet()
Displays a confirmation bottom sheet.
This API is the mobile version of the Display Confirmation Dialog API in the PC version.kintone.mobile.showNotification()
Displays a notification message at the top of the page.kintone.mobile.showLoading()
Shows or hides the loading UI component.
User API
Spec Changes
On the update scheduled on March 2026, Malay will be added as a display language.
As a result, User API can now retrieve and set Malay for the following fields:
- Display language
- Display name in different language
Related APIs
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!