View set for model ProductVariationImage.

GET /products/37/variations/311/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": 304,
            "url": "https://api.purplme.com/products/37/variations/311/images/304/?format=api",
            "product_variation": {
                "id": 311,
                "url": "https://api.purplme.com/products/37/variations/311/?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": 39,
                        "url": "https://api.purplme.com/variants/2/variations/39/?format=api",
                        "variant": {
                            "id": 2,
                            "url": "https://api.purplme.com/variants/2/?format=api",
                            "name": "Value"
                        },
                        "value": "USD50"
                    },
                    {
                        "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/311/GameStop8.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T003219Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=b53041c7383852db25154e85afd9b37f15c9ab66c37882d9f0f3c829cbc068f9",
            "datetime_created": "2025-08-29T13:15:44.206669Z",
            "datetime_updated": "2025-08-29T13:15:44.206692Z"
        }
    ]
}