View set for model ProductVariationImage.

GET /products/37/variations/308/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": 301,
            "url": "https://api.purplme.com/products/37/variations/308/images/301/?format=api",
            "product_variation": {
                "id": 308,
                "url": "https://api.purplme.com/products/37/variations/308/?format=api",
                "product": {
                    "id": 37,
                    "url": "https://api.purplme.com/products/37/?format=api",
                    "name": "GameStop Gift Card",
                    "brand": {
                        "id": 14,
                        "url": "https://api.purplme.com/brands/14/?format=api",
                        "name": "GameStop",
                        "images": "https://api.purplme.com/brands/14/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 34,
                        "url": "https://api.purplme.com/variants/2/variations/34/?format=api",
                        "variant": {
                            "id": 2,
                            "url": "https://api.purplme.com/variants/2/?format=api",
                            "name": "Value"
                        },
                        "value": "USD100"
                    },
                    {
                        "id": 174,
                        "url": "https://api.purplme.com/variants/1/variations/174/?format=api",
                        "variant": {
                            "id": 1,
                            "url": "https://api.purplme.com/variants/1/?format=api",
                            "name": "Country"
                        },
                        "value": "US"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/37/variations/308/GameStop10.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T003220Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=e5834dd7b6b8147f5e02df195878dd747154e71d13bc3efa7c6cf90183036184",
            "datetime_created": "2025-08-29T13:15:43.683516Z",
            "datetime_updated": "2025-08-29T13:15:43.683535Z"
        }
    ]
}