API Updates for December 2024
API Updates
The next Kintone update is on 9th December 2024. The release also includes the following API updates.
Update Summary
The December 2024 update includes spec changes to the Get Logged-in User API.
Kintone JavaScript API
Spec changes
The language
property returned from the Get Logged-in User API will be changed.
Before the update:
-
When the language is not set to Use Web browser settings
- English:
en
- Spanish:
es
- Japanese:
ja
- Chinese (Simplified):
zh
- Chinese (Traditional):
zh
- Others locales (to be implemented): Returns the language code
- English:
-
When the language is set to Use Web browser settings
- Returns a string according to the browser's language setting.
After the update:
- Whether the language is set or not set to Use Web browser settings
- English:
en
- Spanish:
es
- Japanese:
ja
- Chinese (Simplified):
zh
- Chinese (Traditional):
zh-TW
- Others locales (to be implemented):
en
- English:
This feature can be disabled from the Disable New Features settings.
Related APIs
-
Get Logged-in User
kintone.getLoginUser()
Product News
Be sure to check out the Kintone Product Updates over at the product website for the latest news on feature improvements and important notices!