Appearance
Get Favicon
About 123 wordsLess than 1 minute
apiExtension PluginsWhite Label
2025-03-13
MethodGET
Request URL
/plugin/datafor/api/core/wl/wl_favicon.ico
Authorization
No authentication required.
Content Typeimage/x-icon
Description
Retrieves the favicon used in the white labeling configuration.
By default, favicon files are stored in the following directory:
pentaho-solutions\system\datafor\ui\images\
When the White Label Tool is configured, the files are stored in:
pentaho-solutions\system\datasource\whitelabel
Response Examples
✅ Success Response (200 OK)
Returns the favicon image file in .ico
format.
{}
HTTP Responses
HTTP Status Code | Meaning | Description |
---|---|---|
200 | OK | Favicon retrieved successfully. |
404 | Not Found | Favicon file not found. |
500 | Internal Server Error | Unexpected server error. |