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

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

{
    "count": 4241,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/whiteboard_sessions/?format=api&ordering=session_notes&page=424",
    "results": [
        {
            "id": 4482,
            "unique_random_key": "ngD5g6Pobqcu8ciu3hhje",
            "expert_id": 42,
            "done_activities": "",
            "autism_client_id": null,
            "main_session_id": "mSk5C8fdt3mYwNwCEC52LrdGHu",
            "session_start_time": "2026-03-28T15:29:26.453927+05:30",
            "session_end_time": "2026-03-28T15:31:46.361013+05:30",
            "started_participant": "sdcsdc",
            "other_participants": "sdcsdc",
            "active": false,
            "session_notes": "some notes for testing\n## Activities\n- oooo",
            "rewards": "",
            "created_at": "2026-03-28T15:29:27.581052+05:30",
            "updated_at": "2026-03-28T15:36:48.680975+05:30"
        }
    ]
}