API Updates for April 2020
API Updates
The next Kintone update is 10th April 2020. The release also includes the following updates.
With this update, all App Management APIs, that do not require System Administration permissions, will be able to be authenticated with API tokens (for more information on System Administration, refer to the Help's Overview of System Administration article).
Kintone REST API
Spec changes
-
The following APIs will be able to be authenticated with API tokens:
- Relevant APIs:
-
Get Views
(
/k/v1/app/views.json
/k/v1/preview/app/views.json
) -
Get Process Management Settings
(
k/v1/app/status.json
/k/v1/preview/app/status.json
) -
Update Process Management Settings
(
/k/v1/preview/app/status.json
) -
Get General Settings
(
/k/v1/app/settings.json
/k/v1/preview/app/settings.json
) -
Update General Settings
(
/k/v1/preview/app/settings.json
)
-
Get Views
(
- Relevant APIs:
-
The Related Records field's "Max Records to Display at a Time" setting can be configured to 40 and 50 records with the following APIs:
- Related APIs:
-
Add Form Fields
(
/k/v1/preview/app/form/fields.json
) -
Update Form Fields
(
/k/v1/preview/app/form/fields.json
)
-
Add Form Fields
(
- Before the update:
properties.{fieldcode}.referenceTable.size
can be configured to one of the following: 5, 10, 20, 30
- After the update:
properties.{fieldcode}.referenceTable.size
can be configured to one of the following: 5, 10, 20, 30, 40 and 50
- Related APIs: