API Updates for May 2024

API Updates

The next Kintone update is on 13th May 2024. The release also includes the following API updates.

Update Summary

The May 2024 update includes new features to the Kintone REST APIs for Apps.
Additionally, the OAuth permission scopes will be updated. This option will be available in preview in the April update.

Release Schedule

  • April 2024: Preview of the new feature: More REST APIs Executable via OAuth Clients
  • May 2024: More REST APIs Executable via OAuth Clients official release. The feature can be disabled from the Disable New Features settings.

Settings

To use the preview of the new feature, from Kintone Administration > Other > Update Options screen, set the options as follows:

  • Check Enable this feature: More REST APIs Executable via OAuth Clients

Kintone REST API

New Features

The following APIs will be added.

  • Move App to Space
    /k/v1/app/move.json [POST]
    This API changes the Space where an App belongs to.
  • Get App's Plug-Ins
    /k/v1/app/plugins.json [GET]
    This API gets the list of Plug-ins added to an App.
  • Get Admin Notes
    /k/v1/app/adminNotes.json [GET]
    This API gets the contents of the Notes for App Administrators.
  • Update Admin Notes
    /k/v1/preview/app/adminNotes.json [PUT]
    This API updates the contents of the Notes for App Administrators.

Authentication

New Features

The following APIs will be added to the OAuth permission scopes:

k:app_settings:read
k:app_settings:write

Product News

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