Are there API docs of Kintone REST API to create a new Kintone App?
There are three steps to create a Kintone App with just REST APIs:
- Create an App with Add Preview App API
- Configure the App with the following APIs
- Add Form Fields & Update Form Fields
- Update Action Settings
- Update App Permissions
- Update Customization
- Update Field Permissions
- Update Form Layout
- Update General Notification Settings
- Update General Settings
- Update Graph Settings
- Update Per Record Notification Settings
- Update Process Management Settings
- Update Record Permissions
- Update Reminder Notification Settings
- Update Views
- Deployment App with Deploy App Settings API
Finally, you can confirm the App is created successfully with the Get App Deploy Status API.
Here is a more detailed guide; however, it is in Japanese:
https://cybozudev.zendesk.com/hc/ja/articles/204693590
Thank you Minoru.
We are planning on also bringing out the English documents for creating new applications on this developer network.