View set for model ProductVariationImage.

GET /products/20/variations/28/images/28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "id": 28,
    "url": "https://api.purplme.com/products/20/variations/28/images/28/?format=api",
    "product_variation": {
        "id": 28,
        "url": "https://api.purplme.com/products/20/variations/28/?format=api",
        "product": {
            "id": 20,
            "url": "https://api.purplme.com/products/20/?format=api",
            "name": "Adobe Lightroom 1tb",
            "brand": {
                "id": 1,
                "url": "https://api.purplme.com/brands/1/?format=api",
                "name": "Adobe",
                "images": "https://api.purplme.com/brands/1/images/?format=api"
            }
        },
        "variations": [
            {
                "id": 2,
                "url": "https://api.purplme.com/variants/4/variations/2/?format=api",
                "variant": {
                    "id": 4,
                    "url": "https://api.purplme.com/variants/4/?format=api",
                    "name": "Years"
                },
                "value": "1 Year"
            }
        ]
    },
    "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/20/variations/28/67b6f26a13122.AdobeLightroom-gift2games.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251008%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251008T191621Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=f6115ed9bd50415d455c2a8a438a061b57b2cda5ef167dc523e42401c17caf63",
    "datetime_created": "2025-08-29T13:14:49.909631Z",
    "datetime_updated": "2025-08-29T13:14:49.909650Z"
}