Get Process Management Settings
Get Process Management Settings - kintone.app.getStatus()
Retrieves the process management settings.
Function
kintone.app.getStatus()
Parameters
None
Returns
A Promise object.
The same properties as the following API, except revision, can be retrieved when the Promise object is fulfilled:
Get Process Management Settings
Available Pages (Desktop)
- Record List
- Record Create
- Record Edit
- Record Details
- Graph
- Plug-in settings page
Available Pages (Mobile)
- Record List
- Record Create
- Record Edit
- Record Details
- Graph
Notes
This API retrieves data from the server at runtime. The retrieved data is cached until a screen transition occurs.
If there are more than 50 data retrievals from the server per minute per user, the returned Promise object will be rejected.