View set for model ProductVariationImage.

GET /products/45/variations/401/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": 393,
            "url": "https://api.purplme.com/products/45/variations/401/images/393/?format=api",
            "product_variation": {
                "id": 401,
                "url": "https://api.purplme.com/products/45/variations/401/?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": 213,
                        "url": "https://api.purplme.com/variants/10/variations/213/?format=api",
                        "variant": {
                            "id": 10,
                            "url": "https://api.purplme.com/variants/10/?format=api",
                            "name": "Diamonds"
                        },
                        "value": "4770 Diamonds"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/45/variations/401/6656f79b7ceab.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=20251003T001735Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=09f82b5661885544b71f77ce3f466af2541a985d0100ef8c2546f2bd34c207b8",
            "datetime_created": "2025-08-29T13:16:01.111993Z",
            "datetime_updated": "2025-08-29T13:16:01.112013Z"
        }
    ]
}