API Updates for February 2022

API Updates

The next Kintone update is on 14th February 2022. The release also includes the following API updates.

Update Summary

February's update includes the feature to set record assignees as recipients for the General Notification settings (External link) .

Kintone REST API

New features

  • The Get General Notifications settings API will include the App's record assignee notification configuration.

    • Related APIs
      • /v1/app/notifications/general.json [GET]
      • /v1/preview/app/notifications/general.json [GET]
  • The Update General Notifications settings API will allow for updating the App's record assignee notification configuration.

    • Related APIs
      • /v1/preview/app/notifications/general.json [PUT]
    • Details
      • The conditions to send a notification to the record assignee are "Record is edited", "Comment is posted", and "Status is changed".
      • If the assignee's notification setting is ignored in the request, no settings for the assignee will be set. The assignee will not receive any notifications.