You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| offset | Number || The number of plug-ins to skip from the list of installed plug-ins.<br />If ignored, this value is 0. |
38
+
| limit | Number || The maximum number of plug-ins to retrieve.<br />Must be between 1 and 100. The default<br />number is 100. |
39
+
| ids | Array || The IDs of the plug-ins to retrieve.<br />A maximum of 100 plug-in IDs can be specified.<br />If an empty array is specified, this parameter will be treated as if it was omitted, and all plug-ins will be retrieved. |
39
40
40
41
#### Returns
41
42
@@ -44,6 +45,7 @@ Gets the list of plug-ins imported into Kintone.
44
45
| plugins | Array | A list of Plug-ins added to the App.<br />Plug-ins are listed in descending order of the datetime they are added. |
45
46
| plugins[].id | String | The Plugin ID. |
46
47
| plugins[].name | String | The name of the Plugin. |
48
+
| plugins[].description | String | The description of the plug-in.<br />An empty string is returned if no description is set. |
47
49
| plugins[].isMarketPlugin | Boolean | States whether or not the plug-in is a Marketplace plug-in.<br /><strong>true</strong>: The plug-in is a Marketplace plug-in.<br /><strong>false</strong>: The plug-in is not a Marketplace plug-in. |
48
50
| plugins[].version | String | The version number of the plug-in |
49
51
@@ -58,10 +60,10 @@ This can occur when a plug-in is installed, added to an App, and then proceeded
0 commit comments