View set for model ProductVariationImage.

GET /products/64/variations/751/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": 720,
            "url": "https://api.purplme.com/products/64/variations/751/images/720/?format=api",
            "product_variation": {
                "id": 751,
                "url": "https://api.purplme.com/products/64/variations/751/?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": 377,
                        "url": "https://api.purplme.com/variants/18/variations/377/?format=api",
                        "variant": {
                            "id": 18,
                            "url": "https://api.purplme.com/variants/18/?format=api",
                            "name": "Credits"
                        },
                        "value": "5780 Credits"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/64/variations/751/64e49ce2db6a5.wise84.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251002%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251002T224818Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=94d4b1a8dfe061dea45a40ed410d8148b7c87fa747b88dfd267caee8d5ff0332",
            "datetime_created": "2025-08-29T13:17:03.012258Z",
            "datetime_updated": "2025-08-29T13:17:03.012278Z"
        }
    ]
}