Get Installed Plug-ins
Gets the list of plug-ins imported into Kintone.
Method | GET |
---|---|
URL | https://{subdomain}.kintone.com/k/v1/plugins.json |
Authentication | Password Authentication , Session Authentication |
Content-Type | application/json (not needed if specifying the query with a query string) |
Permissions
- No permissions are needed.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
offset | Integer | The number of plug-ins to skip from the list of installed plug-ins. If ignored, this value is 0. |
|
limit | Integer | The maximum number of plug-ins to retrieve. Must be between 1 and 100. The default number is 100. |
Sample Request
|
|
curl Sample
|
|
Response Parameters
Parameter | Type | Description |
---|---|---|
plugins | Array of Objects | A list of plug-ins added to the App. Plug-ins are listed in descending order of the datetime they are added. |
plugins[].id | String | The plug-in ID. |
plugins[].name | String | The name of the plug-in. |
plugins[].isMarketPlugin | Boolean | States whether or not the plug-in is a Marketplace plug-in.
|
plugins[].version | String | The version number of the plug-in. |
Sample Response
|
|