The Images API returns representations relating to images in content package files.
URI Template
http://{host}/cartridges/{cartridge_id}/images/{image_id}.{ext}
http://{host}/cartridges/{cartridge_id}/items/{item_id}/
images/{image_id}.{ext}
Returns an OpenSocial App Data representation of related images. The total number of images may be returned using "@size" selector for the image identifier path variable. A particular image is referenced using a zero based index as the image identifier path variable.
Try It
http://api.icodeon.com/cartridges/S103_1/images/0.json
http://api.icodeon.com/cartridges/S103_1/images/0.xml
http://api.icodeon.com/cartridges/S103_1/items/x_s103_1_1_item/images/0.json
http://api.icodeon.com/cartridges/S103_1/items/x_s103_1_1_item/images/0.xml
Download content package.
