View set for model ProductVariationImage.

GET /products/51/variations/529/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": 520,
            "url": "https://api.purplme.com/products/51/variations/529/images/520/?format=api",
            "product_variation": {
                "id": 529,
                "url": "https://api.purplme.com/products/51/variations/529/?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": 236,
                        "url": "https://api.purplme.com/variants/15/variations/236/?format=api",
                        "variant": {
                            "id": 15,
                            "url": "https://api.purplme.com/variants/15/?format=api",
                            "name": "UC"
                        },
                        "value": "60 UC"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/51/variations/529/PUBG9.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T001732Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=4a204e0105f1c7aef3d6a130ebc558d31f945159bd40fb55fa4c32228f9c6e08",
            "datetime_created": "2025-08-29T13:16:25.474591Z",
            "datetime_updated": "2025-08-29T13:16:25.474608Z"
        }
    ]
}