View set for model ProductVariationImage.

GET /products/24/variations/33/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": 33,
            "url": "https://api.purplme.com/products/24/variations/33/images/33/?format=api",
            "product_variation": {
                "id": 33,
                "url": "https://api.purplme.com/products/24/variations/33/?format=api",
                "product": {
                    "id": 24,
                    "url": "https://api.purplme.com/products/24/?format=api",
                    "name": "Adobe Premiere Pro",
                    "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/24/variations/33/67b6f34a65808.AdobePremierePro-gift2games.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T161318Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=bce267f5b323c0a12efd245d08d6467bbcb5f4f424ea6c0a7c470fde2a159655",
            "datetime_created": "2025-08-29T13:14:51.022094Z",
            "datetime_updated": "2025-08-29T13:14:51.022113Z"
        }
    ]
}