API Updates for September 2025

API Updates

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

Update Summary

The September 2025 update includes the release of new JavaScript APIs, and new features for the JavaScript and REST APIs.

Kintone JavaScript API

New Features

Get View Settings
  • kintone.app.getView()
    Retrieves the view settings information.

  • kintone.app.getViews()
    Retrieves the list of the views.

Display UI
  • kintone.showConfirmDialog()
    Creates a confirmation dialog.

  • kintone.showNotification()
    Creates a message at the top of the page.

  • kintone.showLoading()
    Shows/hides the loading UI component.

New JavaScript Get APIs will be supported on plug-in settings

The following APIs can be used on the plug-in settings.

  • kintone.app.getFormFields()
    Retrieves the field information of the App.

  • kintone.app.getFormLayout()
    Retrieves the form layout of the App.

  • kintone.app.get()
    Retrieves the App configuration information.

  • kintone.space.get()
    Retrieves information of the Space.

  • kintone.getAvailableApiTypes()
    Retrieves the types of available APIs.

  • kintone.getDomain()
    Retrieves the domain information of Kintone.

Kintone REST API

New Features

New operators is empty and is not empty will be available for Attachment fields for query strings. These allow filtering based on whether files are present in the Attachment field.

Product News

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