View set for model ProductVariationImage.

GET /products/12/variations/16/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": 16,
            "url": "https://api.purplme.com/products/12/variations/16/images/16/?format=api",
            "product_variation": {
                "id": 16,
                "url": "https://api.purplme.com/products/12/variations/16/?format=api",
                "product": {
                    "id": 12,
                    "url": "https://api.purplme.com/products/12/?format=api",
                    "name": "Alfa Prepaid",
                    "brand": {
                        "id": 2,
                        "url": "https://api.purplme.com/brands/2/?format=api",
                        "name": "Alfa",
                        "images": "https://api.purplme.com/brands/2/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 3,
                        "url": "https://api.purplme.com/variants/1/variations/3/?format=api",
                        "variant": {
                            "id": 1,
                            "url": "https://api.purplme.com/variants/1/?format=api",
                            "name": "Country"
                        },
                        "value": "LB"
                    },
                    {
                        "id": 4,
                        "url": "https://api.purplme.com/variants/2/variations/4/?format=api",
                        "variant": {
                            "id": 2,
                            "url": "https://api.purplme.com/variants/2/?format=api",
                            "name": "Value"
                        },
                        "value": "USD15.15"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/12/variations/16/WhatsApp_Image_2022-07-06_at_3_39_33_PM_41.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T185423Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ed8e92f518abff89a0b44552c617181fbb30d6ec86aaa7ebd84145b7c2da767a",
            "datetime_created": "2025-08-29T10:46:14.732380Z",
            "datetime_updated": "2025-08-29T10:46:14.732399Z"
        }
    ]
}