View set for model ProductVariationImage.

GET /products/44/variations/384/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": 376,
            "url": "https://api.purplme.com/products/44/variations/384/images/376/?format=api",
            "product_variation": {
                "id": 384,
                "url": "https://api.purplme.com/products/44/variations/384/?format=api",
                "product": {
                    "id": 44,
                    "url": "https://api.purplme.com/products/44/?format=api",
                    "name": "MOBI Recharge",
                    "brand": {
                        "id": 21,
                        "url": "https://api.purplme.com/brands/21/?format=api",
                        "name": "MOBI",
                        "images": "https://api.purplme.com/brands/21/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 197,
                        "url": "https://api.purplme.com/variants/13/variations/197/?format=api",
                        "variant": {
                            "id": 13,
                            "url": "https://api.purplme.com/variants/13/?format=api",
                            "name": "Speed"
                        },
                        "value": "OPEN SPEED"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/44/variations/384/mobi15123.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T001739Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ffe81cc825508f93b7404e662317fdf8deb45bffae679b536e6c0d3015d9d2b1",
            "datetime_created": "2025-08-29T13:15:57.453648Z",
            "datetime_updated": "2025-08-29T13:15:57.453666Z"
        }
    ]
}