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
venkateshpvenkateshp 

Extracting Attachments from Salesforce to Client application through REST API

I am trying to  retrve a account information and attachmnets in the account record. The attachment is in the form  of image,

 

The information about the  records and attachments are fetched from external application through REST API(APEX REST). I can get the records but unable to get the  attachments,

 

Is there anyway to fetch the attachment stored in the  record from external system through  REST API Call which supports the JSON/XML  response.

 

Thank you,

venkatesh.