View set for model ProductVariationImage.

GET /products/51/variations/528/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": 519,
            "url": "https://api.purplme.com/products/51/variations/528/images/519/?format=api",
            "product_variation": {
                "id": 528,
                "url": "https://api.purplme.com/products/51/variations/528/?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": 235,
                        "url": "https://api.purplme.com/variants/15/variations/235/?format=api",
                        "variant": {
                            "id": 15,
                            "url": "https://api.purplme.com/variants/15/?format=api",
                            "name": "UC"
                        },
                        "value": "40,500 UC"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/51/variations/528/PUBG8.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T001737Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=feb7e17f809852b35bfdad9e7efc4ad9537882607781ecea7d366b3b87d42649",
            "datetime_created": "2025-08-29T13:16:25.311109Z",
            "datetime_updated": "2025-08-29T13:16:25.311128Z"
        }
    ]
}