API endpoint that allows saved sessions to be viewed or edited.

GET /pagin_purchased_therapy_resources/?format=api&ordering=-therapyresource_id&page=355
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3541,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/pagin_purchased_therapy_resources/?format=api&ordering=-therapyresource_id&page=354",
    "results": [
        {
            "id": 1000,
            "name": "Using Kind Hands – Social Story for Gentle Behavior & Self-Control",
            "url": "using-kind-hands-social-story",
            "grade_level": "Pre-K - Grade 3",
            "content_overview": "Format: Printable PDF, Total Pages: 11, Features: 16 real-life scenarios, engaging illustrations, 6 interactive activities",
            "short_description": "This social story teaches children the importance of using gentle hands when interacting with others. Through real-life scenarios and engaging activities, kids learn how to express feelings without hitting, pushing, or grabbing. Ideal for kids with autism, ADHD, and impulse control difficulties.",
            "long_description": null,
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/1-a-using-kind-hands-social-story-preview.webp",
            "price": "80.00",
            "strikeprice": null,
            "usd_price": "1.00",
            "usd_strikeprice": null,
            "currency": "INR",
            "therapyresource_id": null,
            "pdf_url": "https://experteaseimages.s3.ap-south-1.amazonaws.com/using-kind-hands-social-story-pdf-id-150-weimewimewi.pdf",
            "user_id": 315,
            "created_at": "2025-05-21T07:51:42.447133+05:30",
            "preview_images": []
        }
    ]
}