View set for model ProductVariationImage.

GET /products/49/variations/445/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": 436,
            "url": "https://api.purplme.com/products/49/variations/445/images/436/?format=api",
            "product_variation": {
                "id": 445,
                "url": "https://api.purplme.com/products/49/variations/445/?format=api",
                "product": {
                    "id": 49,
                    "url": "https://api.purplme.com/products/49/?format=api",
                    "name": "Noon Gift Card",
                    "brand": {
                        "id": 25,
                        "url": "https://api.purplme.com/brands/25/?format=api",
                        "name": "Noon",
                        "images": "https://api.purplme.com/brands/25/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 21,
                        "url": "https://api.purplme.com/variants/1/variations/21/?format=api",
                        "variant": {
                            "id": 1,
                            "url": "https://api.purplme.com/variants/1/?format=api",
                            "name": "Country"
                        },
                        "value": "SA"
                    },
                    {
                        "id": 24,
                        "url": "https://api.purplme.com/variants/2/variations/24/?format=api",
                        "variant": {
                            "id": 2,
                            "url": "https://api.purplme.com/variants/2/?format=api",
                            "name": "Value"
                        },
                        "value": "SAR50"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/49/variations/445/668e51e99003e.noon1.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T073659Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=1e9f81490bb5216bbe8a61af79db666e94142cc138b441ed5608fd30b0a9f781",
            "datetime_created": "2025-08-29T13:16:09.637197Z",
            "datetime_updated": "2025-08-29T13:16:09.637217Z"
        }
    ]
}