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
-
Get Graph Settings
/k/v1/app/reports.json
/k/v1/preview/app/reports.json
[GET] -
Get General Notification Settings
/k/v1/app/notifications/general.json
/k/v1/preview/app/notifications/general.json
[GET] -
Get Per Record Notification Settings
/k/v1/app/notifications/perRecord.json
/k/v1/preview/app/notifications/perRecord.json
[GET] -
Get Reminder Notification Settings
/k/v1/app/notifications/reminder.json
/k/v1/preview/app/notifications/reminder.json
[GET] -
Get Action Settings
/k/v1/app/actions.json
/k/v1/preview/app/actions.json
[GET]
k:app_settings:write
-
Update Graph Settings
/k/v1/preview/app/reports.json
[PUT] -
Update General Notification Settings
/k/v1/preview/app/notifications/general.json
[PUT] -
Update Per Record Notification Settings
/k/v1/preview/app/notifications/perRecord.json
[PUT] -
Update Reminder Notification Settings
/k/v1/preview/app/notifications/reminder.json
[PUT] -
Update Action Settings
/k/v1/preview/app/actions.json
[PUT]
Related Articles
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