Media Service

 
sku
optional

The product SKU you want the reviews for. If nothing is passed, the service will return all the available medias for your site.

Example Values: B0051VVOB2
 
 
limit
optional
Default: 5

Amount of reviews to load at once

Example Values: 15
 
 
callback
optional

The jsonp callback

Example Values: myCallback
 
 
{
  "total":5,
  "medias":{
    "pop":{
      "picture":[
        {
          "description":null,
          "created_at":"2012-03-10 19:40:51",
          "original":{
            "width":"695",
            "height":"368",
            "url":"http:\/\/www.reziew.com\/uploads\/media\/original\/5a1a3aaa37eb41af.png"
          },
          "thumb":{
            "width":"80",
            "height":"80",
            "url":"http:\/\/www.reziew.com\/uploads\/media\/thumbs80\/5a1a3aaa37eb41af.png"
          }
        },
        {
          "description":null,
          "created_at":"2012-03-10 22:31:07",
          ...
         }
      ]
    }
  }
}