API Updates for January 2019
API Updates
The next Kintone update is 11th January 2019. The release also includes the following updates.
Kintone JavaScript API
New features
- The following APIs for mobile will be added:
- Get Record List Query (
kintone.mobile.app.getQueryCondition()
) - Get Record List Query (with order by, limit, offset) (
kintone.mobile.app.getQuery()
) - Delete Submit Event (
mobile.app.record.detail.delete.submit
)
- Get Record List Query (