function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jayesh_TejwaniJayesh_Tejwani 

Unable to Display Knowledge Article Images(Rich Text Area) using JSP

Hello All,

I am using JSP and Rest Api to access Knowledge Articles.
I get the articles but the images are broken.
I changed the url in all img tags as https://["domainName"].cs15.force.com/servlet/rtaImage?eid=ka**********&feoid=*********&refid=*********
Still I dont see the images in the Knowledge article.
Can somebody help?
Thanks,
Jayesh
 
Edwin VijayEdwin Vijay
Hello,

Are you trying to fetch custom image files attached to the case? Which field do you have these images stored in?

Per salesforce, here is a limitation of using the REST api to access salesforce knowledge
"The Custom File Field is not supported because it returns a link to a binary stream."