API Updates for February 2025
API Updates
The next Kintone update is on February 10th, 2025. The release also includes the following API updates.
Update Summary
The February 2025 update includes spec changes to the Get Installed Plug-ins API. This feature can be disabled from the Disable New Features settings.
Kintone REST API
Spec changes
Users can specify Plug-in ids and retrieve Plug-in descriptions with the 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.
Related Events/APIs
-
Get Installed Plug-ins
/k/v1/plugins.json
[GET]
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!