View set for model ProductVariationImage.

GET /products/45/variations/398/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": 390,
            "url": "https://api.purplme.com/products/45/variations/398/images/390/?format=api",
            "product_variation": {
                "id": 398,
                "url": "https://api.purplme.com/products/45/variations/398/?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": 210,
                        "url": "https://api.purplme.com/variants/10/variations/210/?format=api",
                        "variant": {
                            "id": 10,
                            "url": "https://api.purplme.com/variants/10/?format=api",
                            "name": "Diamonds"
                        },
                        "value": "1783 Diamonds"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/45/variations/398/6656f7ca03cad.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=20251003T001742Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=a8bc68ff6ff4c30f51ed412fbb69f78665b640e8cef891a98e847e53c112bd10",
            "datetime_created": "2025-08-29T13:16:00.356659Z",
            "datetime_updated": "2025-08-29T13:16:00.356678Z"
        }
    ]
}