API開発者ガイド
なんか問題がある?心配しないで、答えは全部ここにいる。
全サイト検索

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.

一番上に戻る 目次

無料でRagicを始める

Googleアカウントに登録