Downloading an Object Body

The following example shows how to download an object body at once.

curl -v -X GET \
  -H "Authorization: Bearer {ACCESS_TOKEN}" \
  -H "Accept: */*" \
  "https://api-jp.kii.com/api/apps/{APP_ID}/groups/{GROUP_ID}/buckets/{BUCKET_ID}/objects/{OBJECT_ID}/body"

Kii Cloud returns a 200 response if the object body exists.

< 200
< ETag: {E_TAG}
< Content-Length: 47
< Last-Modified: 1376469203000
< Content-Type: plain/text
{DATA}