Display a system image via widget

0
Hello everyone, can everyone point me to some knowledge on how I can get a system image and show that on a page via a custom  widget? I can use the client api to get an image which has been stored in my model , but when I looked at the return of the get I cannot see neither a static url to access the image or any base64 that I can decode. I also saw the following post https://community.mendix.com/link/questions/88678 and I was wondering if something like this could work if you use GET
asked
1 answers
1

Hi,

 

You can use Pluggable Widget for it and retrieve the image through the Image property in your XML. Please check Client API documentation to have a full overview about this subject.

https://docs.mendix.com/apidocs-mxsdk/apidocs/property-types-pluggable-widgets#image

https://docs.mendix.com/apidocs-mxsdk/apidocs/client-apis-for-pluggable-widgets

answered