API Updates for January 2025 (2nd Announcement)

API Updates

Update Summary

On the update held on December 20th 2024, spec changes to the Get Installed Plug-ins REST API have become available for preview.

Release Schedule

  • December 2024: Preview of the new features.
  • February 2025: Official release. The feature can be disabled from the Disable New Features settings.

Settings

From Kintone Administration > Other > Update Options > Preview Upcoming New Features, set the options as follows:

  • Check Enable this feature: Ability to Specify Plug-In IDs and Get Plug-In Descriptions with "Get Installed Plug-Ins" REST API

Kintone REST API

Spec changes

Users can specify Plug-in ids and retrieve Plug-in description with Get Installed Plug-ins API.

  • ids can be specified in the request parameter.
    • The maximum limit is 100
    • If null or an empty array is specified, this parameter will be ignored, and a list of plug-ins will be returned.
  • description will be added to the response property.
    • The Plug-in description will be retrieved.
    • If there is no description, an empty string will be returned.