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

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

{
    "count": 3631,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/pagin_purchased_therapy_resources/?format=api&ordering=-usd_price&page=363",
    "results": [
        {
            "id": 5,
            "name": "Learning About Love - A Social Story for Kids",
            "url": "social-story-learning-about-love",
            "grade_level": "Preschool to Early Elementary (Ages 3-7)",
            "content_overview": "Format: PDF, total of 6 pages with high-quality real images.\r\nFeatures: 12 story segments, real-life relatable images, first-person narrative.",
            "short_description": "\"Learning About Love - A Social Story for Kids\" is designed to help young children understand and express the feeling of love. With real-life images and relatable scenarios, this story guides kids through recognizing love in various forms, whether from family, friends, or even pets.",
            "long_description": null,
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/1-a-learning-about-love-preview.webp",
            "price": "80.00",
            "strikeprice": null,
            "usd_price": null,
            "usd_strikeprice": null,
            "currency": "INR",
            "therapyresource_id": 41,
            "pdf_url": null,
            "user_id": 1,
            "created_at": "2024-11-02T13:40:25.902061+05:30",
            "preview_images": []
        }
    ]
}