View set for model ProductVariationImage.

GET /products/41/variations/345/images/338/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "id": 338,
    "url": "https://api.purplme.com/products/41/variations/345/images/338/?format=api",
    "product_variation": {
        "id": 345,
        "url": "https://api.purplme.com/products/41/variations/345/?format=api",
        "product": {
            "id": 41,
            "url": "https://api.purplme.com/products/41/?format=api",
            "name": "Jawaker Tokens",
            "brand": {
                "id": 18,
                "url": "https://api.purplme.com/brands/18/?format=api",
                "name": "Jawaker",
                "images": "https://api.purplme.com/brands/18/images/?format=api"
            }
        },
        "variations": [
            {
                "id": 183,
                "url": "https://api.purplme.com/variants/11/variations/183/?format=api",
                "variant": {
                    "id": 11,
                    "url": "https://api.purplme.com/variants/11/?format=api",
                    "name": "Tokens"
                },
                "value": "150000 Tokens"
            }
        ]
    },
    "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/41/variations/345/JJ3.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T021545Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=0b6f5b975f4e4686d8c8729f02fd15d5b0df6fcb6945959885670cfc9f4ff8bf",
    "datetime_created": "2025-08-29T13:15:50.356629Z",
    "datetime_updated": "2025-08-29T13:15:50.356647Z"
}