API Updates for December 2025

API Updates

The next Kintone update is on 15th December 2025. The release also includes the following API updates.

Update Summary

The December 2025 update includes the release of new JavaScript APIs and spec changes.

Kintone JavaScript API

New Features

Four major categories of new Kintone JavaScript APIs will be added:

  • APIs to retrieve App Actions information
  • APIs to show/hide App Action buttons and retrieve their display states
  • APIs to show/hide process management action buttons and retrieve their display states
  • APIs to retrieve the keyboard shortcuts states
APIs to retrieve App Actions information
  • kintone.app.record.getActions()
    Retrieves the list of executable App Actions.
APIs to show/hide App Action buttons and retrieve their display states
  • PC

    • kintone.app.record.showActionButton()
      Toggles the App Action button visibility.

    • kintone.app.record.getActionButtonDisplayState()
      Retrieves the display state of the App Action button.

  • Mobile

    • kintone.mobile.app.record.showActionButton()
      Toggles the App Action button visibility.

    • kintone.mobile.app.record.getActionButtonDisplayState()
      Retrieves the display state of the App Action button.

APIs to show/hide process management action buttons and retrieve their display states
  • PC

    • kintone.app.record.showStatusActionButton()
      Toggles the process management action button visibility.

    • kintone.app.record.getStatusActionButtonDisplayState()
      Retrieves the display state of the process management action button.

  • Mobile

    • kintone.mobile.app.record.showStatusActionButton()
      Toggles the process management action button visibility.

    • kintone.mobile.app.record.getStatusActionButtonDisplayState()
      Retrieves the display state of the process management action button.

APIs to retrieve the keyboard shortcuts states
  • kintone.getKeyboardShortcuts()
    Retrieves the state of the keyboard shortcuts.

Spec Changes

The build page URLs API now supports building URLs for portals, spaces, and more.

Build page URLs - kintone.buildPageUrl()

Product News

Be sure to check out the Kintone Product Updates (External link) on the product website for the latest news on feature improvements and important notices!