View set for model ProductVariationImage.

GET /products/60/variations/733/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": 702,
            "url": "https://api.purplme.com/products/60/variations/733/images/702/?format=api",
            "product_variation": {
                "id": 733,
                "url": "https://api.purplme.com/products/60/variations/733/?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"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/60/variations/733/6490402485753.prod67a2d4f21-8dbe-46ed-94e9-0d8c480.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=9465e67d93f2984c16ead3b6e9059852ef5cced7f12d8df216adba222c098fe4",
            "datetime_created": "2025-08-29T13:16:59.647636Z",
            "datetime_updated": "2025-08-29T13:16:59.647653Z"
        }
    ]
}