View set for model ProductVariationImage.

GET /products/60/variations/736/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": 705,
            "url": "https://api.purplme.com/products/60/variations/736/images/705/?format=api",
            "product_variation": {
                "id": 736,
                "url": "https://api.purplme.com/products/60/variations/736/?format=api",
                "product": {
                    "id": 60,
                    "url": "https://api.purplme.com/products/60/?format=api",
                    "name": "Touch Prepaid",
                    "brand": {
                        "id": 36,
                        "url": "https://api.purplme.com/brands/36/?format=api",
                        "name": "touch",
                        "images": "https://api.purplme.com/brands/36/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 412,
                        "url": "https://api.purplme.com/variants/21/variations/412/?format=api",
                        "variant": {
                            "id": 21,
                            "url": "https://api.purplme.com/variants/21/?format=api",
                            "name": "Validity"
                        },
                        "value": "30 days"
                    },
                    {
                        "id": 416,
                        "url": "https://api.purplme.com/variants/5/variations/416/?format=api",
                        "variant": {
                            "id": 5,
                            "url": "https://api.purplme.com/variants/5/?format=api",
                            "name": "Plan"
                        },
                        "value": "START"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/61/variations/736/64903fd774c78.prod6007987fd-7f04-4f11-b742-ec9ca71.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251002%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251002T224636Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=acc9c2ecf3957cb588dd7f69eb462adab330caaac1709be34cdb562e6c6f6c05",
            "datetime_created": "2025-08-29T13:17:00.208974Z",
            "datetime_updated": "2025-08-29T13:17:00.208994Z"
        }
    ]
}