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=&f=

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.

Top of Page Table of Contents

Start Ragic for Free

Sign up with Google