View set for model ProductVariationImage.

GET /products/21/variations/30/images/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 30,
            "url": "https://api.purplme.com/products/21/variations/30/images/30/?format=api",
            "product_variation": {
                "id": 30,
                "url": "https://api.purplme.com/products/21/variations/30/?format=api",
                "product": {
                    "id": 21,
                    "url": "https://api.purplme.com/products/21/?format=api",
                    "name": "Adobe Photoshop & Premiere Elements 2025",
                    "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": 1,
                        "url": "https://api.purplme.com/variants/4/variations/1/?format=api",
                        "variant": {
                            "id": 4,
                            "url": "https://api.purplme.com/variants/4/?format=api",
                            "name": "Years"
                        },
                        "value": "3 Years"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/21/variations/30/67b6f2393d23f.PhotoshopPrem-gift2games.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T001539Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=bbf86f05febf2a44b3017427f2c6db0041880f9a3a7ca6dea6f284cd05a8be4b",
            "datetime_created": "2025-08-29T13:14:50.415796Z",
            "datetime_updated": "2025-08-29T13:14:50.415815Z"
        }
    ]
}