API Updates for July 2018
API Updates
The next Kintone update is 6th July 2018. The release also includes the following updates.
Kintone REST API
Bug fixes
- The Get Records API returns an error if a localized name
of a Status is specified in the query. After the fix, the specified query will return the correct results.
- The Get Views API returns non-localized values for the Drop-down fields within the Related Records field, even if localized names
are set for those Drop-down fields.
After the fix, the localized names relative to the lang parameter used in the request will be included in the response.
Kintone JavaScript API
Spec changes
- After the update, if event handlers are registered asynchronously for the below events, a warning will be displayed in the browser console.
- Record Details Event (
app.record.detail.show
) - Record Create Event (
app.record.create.show
) - Record Edit Event (
app.record.edit.show
)
- Record Details Event (