Images Service Description

The following methods are available at the servlet path /rest/1.3/images
GET  /1.3/images/schema
Returns the XML Schema that describes the format of a ImageData object

Return Type: Image XML Schema

Supported Output Types : application/xml

GET  /1.3/images/list
Lists images associated with a site

Return Type: List of Image Data

Request Parameters :

NameRequiredDescription
sitetrueThe site owning the images
typefalseThe image type. Must be PRODUCT, BANNER, or BANNER_BG
approvedOnlyfalseboolean - if true only approved images [Default = true]

Supported Output Types : application/xml, application/json

Required Roles : HAS_DEVELOPER_KEY, api_products_client