API Updates for November 2024

API Updates

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

Update Summary

Kintone REST API

Spec changes

The Inline Record Editing on Record List Views setting values will be retrievable/updatable with the Get General Settings and the Update General Settings REST API.

Related APIs

  • Get General Settings
    /k/v1/app/settings.json [GET]
  • Update General Settings
    /k/v1/preview/app/settings.json [PUT]

Kintone JavaScript API

Scope Limitations of Pages that JavaScript Customizations can Run On

Pages that can be accessed by non-logged in users will be removed from the scope of where JavaScript APIs can run on.

The following pages are excluded from the scope:

  • Guest user profile input page (the page where the guest users enter their profile for their first time)
  • Guest user login page (including the 2-step verification code input page)
  • Guest user reset password page (including the forgot password page)

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!