Get Plug-in Apps
Gets Apps that have the specified plug-in added.
| Method | GET |
|---|---|
| URL | https://{subdomain}.kintone.com/k/v1/plugin/apps.json |
| Authentication | Password Authentication , Session Authentication |
| Content-Type | application/json (not needed if specifying the query with a query string) |
Permissions
- Only Kintone Administrators can use this API.
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | String | Yes | The ID of the plug-in. |
| offset | Integer | The number of plug-ins to skip from the list of plug-ins. If ignored, this value is 0. |
|
| limit | Integer | The maximum number of plug-ins to retrieve. Must be between 1 and 500. The default number is 100. |
Sample Request
JavaScript using kintone.api()
|
|
curl Sample
|
|
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| apps | Array of Objects | A list of objects containing the plug-in ID and name. Objects are listed in ascending order of their App IDs. |
| apps[].id | String | The App ID. |
| apps[].name | String | The name of the App. |
Sample Response
|
|