API Updates for July 2020
API Updates
The next Kintone update is 10th June 2020. The release also includes the following API updates.
Update Summary
Spec changes have been applied to the Kintone API so that Kintone can continuously provide stable services.
The maximum offset value that can be specified for the Get Records API has been fixed to 10,000. By limiting the number of requests that may cause extreme server loads, we expect an improvement in the display speed of the service itself.
Kintone REST API
Spec changes
- The maximum value that can be specified for the offset parameter for the
Get Records API will be fixed to 10,000 for domains created after the July 2020 update.
- Relevant API
- Details
- This spec change will not be applied to domains created before the July 2020 update. If an App has customizations applied to it where the offset of the API exceeds 10,000, a notice will be displayed to the Kintone System Administrators and Kintone App Administrators when they open the Record List page of the App.
- To work around the 10,000 offset limit, please refer to the following article: The Three Methods for Bulk Record Retrieval.