Get App Icon URLs
Get App Icon URLs - kintone.app.getIcons()
Retrieves the URL of the App icon.
Function
kintone.app.getIcons()
Parameters
PARAMETER | VALUE | REQUIRED | DESCRIPTION |
---|---|---|---|
apps | Array | Yes | List of App IDs. Up to 100 App IDs can be specified. |
Returns
Promise
object.
When the Promise
object is fulfilled, an array of objects containing the following elements can be retrieved:
PROPERTY | VALUE | DESCRIPTION |
---|---|---|
app | Integer | The App ID |
url | String | The URL of the App icon. The URL format may change in future Kintone updates. Do not save the URL, but retrieve it from the API when displaying the image. |
Available Pages
- Pages Where Kintone System-wide Customizations Are Applied
- Plug-in settings page
Sample
|
|
Limitations
The intellectual property rights for icons provided in Kintone belong to Cybozu and/or the suppliers, as specified in Article 23 of the Kintone Terms of Use.
This API should only be used to display icons to represent Apps within the same environment in Kintone customizations and plug-ins.