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

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

{
    "count": 4252,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/whiteboard_sessions/?format=api&ordering=-session_notes&page=425",
    "results": [
        {
            "id": 1701,
            "unique_random_key": "4jI3TIxWo1Bls9NWe47L2",
            "expert_id": 91,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "uotDEzDL4vApWuupa0gu11R1Ap",
            "session_start_time": "2024-10-29T05:50:57.456000+05:30",
            "session_end_time": "2024-10-29T06:02:09.176000+05:30",
            "started_participant": "Rajani Yadav",
            "other_participants": "Nidhi",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2024-10-29T05:50:58.158724+05:30",
            "updated_at": "2024-10-29T06:02:10.068709+05:30"
        },
        {
            "id": 1702,
            "unique_random_key": "XTBGSRhIxcypIOSL70jF0",
            "expert_id": 91,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "uS7wVeI3LOiCSQWZTsfX85m7XZ",
            "session_start_time": "2024-10-29T06:13:51.426000+05:30",
            "session_end_time": "2024-10-29T07:16:12.846000+05:30",
            "started_participant": "Rajani Yadav",
            "other_participants": "hari",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2024-10-29T06:13:52.254005+05:30",
            "updated_at": "2024-10-29T07:16:13.730875+05:30"
        }
    ]
}