API Updates for September 2021

API Updates

The next Kintone update is on 12th September 2021. The release also includes the following API updates.

Update Summary

September's update now supports filtering records on the mobile version without creating or saving a record list view.

Also, a new User API will be added to add new Groups.

Kintone JavaScript API

New Features

  • The following API will retrieve the "limit" and "offset" filter conditions on the Mobile version's Record List view and Graph view.

  • If a query parameter is specified in the Record List view's URL, records are filtered when accessing the page via the mobile view.

    • Details

User API

New Features

  • A new API will be added to add Groups.
    • Related APIs
      • /v1/groups.json [POST]