View set for model ProductVariationImage.

GET /products/49/variations/444/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": 435,
            "url": "https://api.purplme.com/products/49/variations/444/images/435/?format=api",
            "product_variation": {
                "id": 444,
                "url": "https://api.purplme.com/products/49/variations/444/?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": 226,
                        "url": "https://api.purplme.com/variants/2/variations/226/?format=api",
                        "variant": {
                            "id": 2,
                            "url": "https://api.purplme.com/variants/2/?format=api",
                            "name": "Value"
                        },
                        "value": "SAR25"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/49/variations/444/668e522b241f2.noon1.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T121132Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=972d69e1ba99926fa6bc7eca9389a78f51437c5debbe05ee8a3aa09351d4626a",
            "datetime_created": "2025-08-29T13:16:09.413182Z",
            "datetime_updated": "2025-08-29T13:16:09.413201Z"
        }
    ]
}