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
Hemant Gulati 4Hemant Gulati 4 

To get Data of an FILE Custom field in Knowledge Article through REST API

Hello All,

I have a Custom FILE field in knowledge article to store an image, excel file, doc file or pdf, etc with knowledge article.
Now i want to retrieve the file store in FILE custom field through REST services.
Rest services are using outside salesforce(HTML pages with javascript), not in Apex pages

Please help me to find out, how can we able to get the file(image,doc,excel,pdf) stored in FILE Custom field in knowledge Article through REST services(Salesforce REST Services) outside salesforce.