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
Adam BusbinAdam Busbin 

How do I get the rtaimage URL from an existing file using the REST API?

I am looking for a way to get the rtaImage URL from an image that has previously been uploaded, to use within a salesforce knowledge object. The editor is external and is pushing images and rich text to salesforce fields. I need to update the src attributes with the rtaImage URLs before I push the text. I tried using the sharing link for the file and that has an HTML wrapper.
ShivankurShivankur (Salesforce Developers) 
Hi Adam,

Please check out the discussion over below link to understand how you can achieve this:
https://salesforce.stackexchange.com/questions/283688/how-to-access-rich-text-field-image-outside-salesforce

Hope above information helps. Please mark as Best Answer so that it can help others in future.

Thanks.