I have created a knowledge article in salesforce and I have embedded an image in the content.
Now, when I pull this article using an API
(https://{hostURL}.my.salesforce.com/services/data/v56.0/support/knowledgeArticles/article_id
from the external system, I get an URL for that image which is there in the content. But I need to know where the actual binary of an image would be stored in salesforce so that I can download that image into an external system. Thanks
#Salesforce Developer @* Salesforce Developers *
try checking out the below thread and article -
Thread -
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8BIWSA3Article -
https://salesforce.stackexchange.com/questions/339865/how-can-i-download-an-image-from-salesforceRegards
Sravani