View set for model ProductVariationImage.

GET /products/45/variations/402/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": 394,
            "url": "https://api.purplme.com/products/45/variations/402/images/394/?format=api",
            "product_variation": {
                "id": 402,
                "url": "https://api.purplme.com/products/45/variations/402/?format=api",
                "product": {
                    "id": 45,
                    "url": "https://api.purplme.com/products/45/?format=api",
                    "name": "Mobile Legends: Bang Bang Diamonds",
                    "brand": {
                        "id": 41,
                        "url": "https://api.purplme.com/brands/41/?format=api",
                        "name": "Mobile Legends",
                        "images": "https://api.purplme.com/brands/41/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 214,
                        "url": "https://api.purplme.com/variants/10/variations/214/?format=api",
                        "variant": {
                            "id": 10,
                            "url": "https://api.purplme.com/variants/10/?format=api",
                            "name": "Diamonds"
                        },
                        "value": "56 Diamonds"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/45/variations/402/6656f8225c727.Mobile-legends-Bang-bang.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T001738Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=23b56f667e36942bce5299536437839ab2b0db117224986506847e9284a35fd4",
            "datetime_created": "2025-08-29T13:16:01.347456Z",
            "datetime_updated": "2025-08-29T13:16:01.347474Z"
        }
    ]
}