API Updates for November 2025
The next Kintone update is on 10th November 2025. The release also includes the following API updates.
Update Summary
The November 2025 update includes the release of new JavaScript APIs.
Kintone JavaScript API
New Features
Three major categories of new Kintone JavaScript APIs will be added:
- APIs to build page URLs
- APIs to enable/disable keyboard shortcuts
- APIs to retrieve App UI display states
APIs to build page URLs
kintone.buildPageUrl()
Builds page URLs.
APIs to enable/disable keyboard shortcuts
kintone.setKeyboardShortcuts()
Enables/disables keyboard shortcuts.
APIs to retrieve App UI display states
PC Version
-
kintone.app.getDescriptionDisplayState()
Retrieves the display state of the App description. -
kintone.app.record.getSideBarDisplayState()
Retrieves the display state of the record's sidebar. -
kintone.app.getAddRecordButtonDisplayState()
Retrieves the display state of the record’s "New record" button. -
kintone.app.record.getEditRecordButtonDisplayState()
Retrieves the display state of the record’s "Edit record" button. -
kintone.app.record.getDuplicateRecordButtonDisplayState()
Retrieves the display state of the record’s "Duplicate record" button. -
kintone.app.getAppSettingsButtonDisplayState()
Retrieves the display state of the App's "App settings" button. -
kintone.app.getOptionsButtonDisplayState()
Retrieves the display state of the App's "Options" button. -
kintone.app.record.getPagerDisplayState()
Retrieves the display state of the record’s "Previous/Next Record" buttons. -
kintone.app.getFilterButtonDisplayState()
Retrieves the display state of the App's "Filter" button. -
kintone.app.getReportButtonDisplayState()
Retrieves the display state of the App's "Report" button. -
kintone.app.getViewAndReportSelectorDisplayState()
Retrieves the display state of the App's UI for selecting views and graphs.
Mobile Version
-
kintone.mobile.app.getAddRecordButtonDisplayState()
Retrieves the display state of the record’s "New record" button. -
kintone.mobile.app.record.getEditRecordButtonDisplayState()
Retrieves the display state of the record’s "Edit record" button. -
kintone.mobile.app.getOptionsButtonDisplayState()
Retrieves the display state of the App's "Options" button. -
kintone.mobile.app.record.getPagerDisplayState()
Retrieves the display state of the record’s "Previous/Next Record" buttons. -
kintone.mobile.app.getFilterButtonDisplayState()
Retrieves the display state of the App's "Filter" button. -
kintone.mobile.app.getViewSelectorDisplayState()
Retrieves the display state of the UI for selecting views. -
kintone.mobile.app.getReportSelectorDisplayState()
Retrieves the display state of the UI for selecting graphs.
Product News
Be sure to check out the
Kintone Product Updates
over at the product website for the latest news on feature improvements and important notices!