View set for model ProductVariationImage.

GET /products/51/variations/523/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": 514,
            "url": "https://api.purplme.com/products/51/variations/523/images/514/?format=api",
            "product_variation": {
                "id": 523,
                "url": "https://api.purplme.com/products/51/variations/523/?format=api",
                "product": {
                    "id": 51,
                    "url": "https://api.purplme.com/products/51/?format=api",
                    "name": "PUBG Mobile UC",
                    "brand": {
                        "id": 27,
                        "url": "https://api.purplme.com/brands/27/?format=api",
                        "name": "PUBG",
                        "images": "https://api.purplme.com/brands/27/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 230,
                        "url": "https://api.purplme.com/variants/15/variations/230/?format=api",
                        "variant": {
                            "id": 15,
                            "url": "https://api.purplme.com/variants/15/?format=api",
                            "name": "UC"
                        },
                        "value": "16,200 UC"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/51/variations/523/PUBG5.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T001757Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=a057cab31ade4012a34e791366599228b1a42ab5340218190f264c88cd304ee3",
            "datetime_created": "2025-08-29T13:16:24.313755Z",
            "datetime_updated": "2025-08-29T13:16:24.313773Z"
        }
    ]
}