How to share image URL in published Rest Services?

0
I am trying to create Rest Services which provides Product information and its imagesWhen i publish rest services that can be used as a Rest services and anyone can access this products and its imagesHow we can share this images links with their products list as Json response to consumers
asked
1 answers
0

Would this work for you?

https://docs.mendix.com/refguide/send-receive-files-rest/

 

Or you could include the image content in the original response using base 64 encoding. See for example this post: https://community.mendix.com/link/space/microflows/questions/115577

 

I hope this helps.

answered