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
Kam.ax1015Kam.ax1015 

Displaying attachment URL

Hello,

 

Using following REST URL I get attachment which returns binary data

/services/data/v22.0/sobjects/Attachment/00P50000007TLyBEAW/Body

 

It is a PDF 

 

How do I display this PDF in browser?

 

Please advise.

 

Thanks,

Kam