API Updates for May 2018

API Updates

The next Kintone update is 11th May 2018. The release also includes the following update to the Kintone REST API.

Kintone REST API

Spec changes

  • Get Space API
    The format of the value of the coverUrl parameter in the response will change.
    • Before the fix: In the Get Space API response, the coverUrl value currently returns the "width" and "height" parameters if available.
    • After the fix: With the May 11 release, the "width" parameter is being renamed to "w" and the "height" parameter is being renamed to "h." In addition, a new "r" parameter (for rotation) is being added. If "r" is set to true, it indicates that the image requires rotation. These values are automatically pulled from the EXIF data of the image.