View set for model ProductVariationImage.

GET /products/49/variations/441/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": 432,
            "url": "https://api.purplme.com/products/49/variations/441/images/432/?format=api",
            "product_variation": {
                "id": 441,
                "url": "https://api.purplme.com/products/49/variations/441/?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": 224,
                        "url": "https://api.purplme.com/variants/2/variations/224/?format=api",
                        "variant": {
                            "id": 2,
                            "url": "https://api.purplme.com/variants/2/?format=api",
                            "name": "Value"
                        },
                        "value": "SAR10"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/49/variations/441/66e96c0d818b2.noon1.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T121422Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=2495970b90878bed3a0f4702a4292ac396eaf07e55a07aa57a9cb133c25e3596",
            "datetime_created": "2025-08-29T13:16:08.782156Z",
            "datetime_updated": "2025-08-29T13:16:08.782176Z"
        }
    ]
}