View set for model ProductVariationImage.

GET /products/64/variations/752/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": 721,
            "url": "https://api.purplme.com/products/64/variations/752/images/721/?format=api",
            "product_variation": {
                "id": 752,
                "url": "https://api.purplme.com/products/64/variations/752/?format=api",
                "product": {
                    "id": 64,
                    "url": "https://api.purplme.com/products/64/?format=api",
                    "name": "Wise Recharge",
                    "brand": {
                        "id": 38,
                        "url": "https://api.purplme.com/brands/38/?format=api",
                        "name": "Wise",
                        "images": "https://api.purplme.com/brands/38/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 378,
                        "url": "https://api.purplme.com/variants/18/variations/378/?format=api",
                        "variant": {
                            "id": 18,
                            "url": "https://api.purplme.com/variants/18/?format=api",
                            "name": "Credits"
                        },
                        "value": "8000 Credits"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/64/variations/752/64e49d175a9c7.wise84.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251002%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251002T224815Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=397f6684977711cfbe81cbecb385c2ad44254dd7146f400ebd1d386c152ac047",
            "datetime_created": "2025-08-29T13:17:03.294444Z",
            "datetime_updated": "2025-08-29T13:17:03.294462Z"
        }
    ]
}