API Developer Guide
How can we help?
Full Site Search

Retrieving uploaded files, images and e-mail attachments

On the JSON returned by your HTTP API call, you will see something like this for file upload field or image upload fields:

"1000537": "Ni92W2luv@My_Picture.jpg",

You will be able to download the file using a separate call like this (assuming your account name is "demo" and API call url being https://www.ragic.com/demo/sales/1?v=3&api) :

https://www.ragic.com/sims/file.jsp?a=demo&f=Ni92W2luv@My_Picture.jpg

The format is:

https://www.ragic.com/sims/file.jsp?a=< account name >&f=< file name >

Remember to encode your file name when you send it as an URL. Your actual file name will start after the @ character, this is to avoid file name collision.

Share your feedback with Ragic

What would you like to tell us?(required, multi select)

Please provide detailed explanations for the selected items above:

Screenshots to help us better understand your feedback:

Thank you for your valuable feedback!

Start Ragic for free

Sign up with Google

Terms of Service | Privacy Policy