API Updates for June 2022
API Updates
The next Kintone update is on 13th June 2022. The release also includes the following API updates.
Update Summary
June's update includes bug fixes for some Kintone JavaScript APIs.
Kintone JavaScript API
Bug fixes
- A bug exists for the Get Record List Query API. The error message "An entity placed in a field not found." is returned despite specifying an existing department or group. This bug will be fixed.
- Related APIs
-
Get Record List Query
(
kintone.app.getQueryCondition()
) -
Get Record List Query (with order by, limit, offset)
(
kintone.app.getQuery()
)
-
Get Record List Query
(
- Conditions
When the related API is used and all of the following conditions apply with Specify Record List via Query String .- Conditions are specified that cannot be set by Kintone's Filtering Records to Display in the View feature (such as conditions including both AND and OR).
- It contains conditions for the Department selection fields or Group selection fields.
- Related APIs