API Updates for January 2021
API Updates
Update Summary
The January update is filled with new APIs related to the App's notification settings.
These APIs come in handy for example in cases where Kintone Apps are created in the test environment, and there are plans to copy over the App's settings to the production environment.
Kintone REST API
New features
- New APIs will be added to get and update the
General Notifications settings
of Apps.
- Relevant APIs
/k/v1/app/notifications/general.json
[GET, PUT]/k/v1/preview/app/notifications/general.json
[GET, PUT]
- Relevant APIs
- New APIs will be added to get and update the
Per Record Notifications settings
of Apps.
- Relevant APIs
/k/v1/app/notifications/perRecord.json
[GET, PUT]/k/v1/preview/app/notifications/perRecord.json
[GET, PUT]
- Relevant APIs
- New APIs will be added to get and update the
Reminder Notifications settings
of Apps.
- Relevant APIs
/k/v1/app/notifications/reminder.json
[GET, PUT]/k/v1/preview/app/notifications/reminder.json
[GET, PUT]
- Relevant APIs