API Updates for April 2020

API Updates

The next Kintone update is 10th April 2020. The release also includes the following updates.

With this update, all App Management APIs, that do not require System Administration permissions, will be able to be authenticated with API tokens (for more information on System Administration, refer to the Help's Overview of System Administration (External link) article).

Kintone REST API

Spec changes

  • The following APIs will be able to be authenticated with API tokens:

  • The Related Records field's "Max Records to Display at a Time" setting can be configured to 40 and 50 records with the following APIs:

    • Related APIs:
    • Before the update:
      • properties.{fieldcode}.referenceTable.size can be configured to one of the following: 5, 10, 20, 30
    • After the update:
      • properties.{fieldcode}.referenceTable.size can be configured to one of the following: 5, 10, 20, 30, 40 and 50