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

GET /whiteboard_sessions/?format=api&ordering=updated_at&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=updated_at&page=425",
    "results": [
        {
            "id": 4509,
            "unique_random_key": "T10vRwY0ykdW6Hp4Uo8JA",
            "expert_id": 9,
            "done_activities": "",
            "autism_client_id": null,
            "main_session_id": "G6z0TT66UbTTzvRaHpNF4PlJtl",
            "session_start_time": "2026-04-11T10:36:23.717000+05:30",
            "session_end_time": "2026-04-11T10:50:01.713000+05:30",
            "started_participant": "Vishruth",
            "other_participants": "Vishruth",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2026-04-11T10:28:16.244972+05:30",
            "updated_at": "2026-04-11T10:41:54.222158+05:30"
        },
        {
            "id": 4511,
            "unique_random_key": "R5Pr01v4YwEfVfdbnSweM",
            "expert_id": 9,
            "done_activities": "",
            "autism_client_id": null,
            "main_session_id": "m5BuqUuPe6Uar1vwWDx0nJkXQ4",
            "session_start_time": "2026-04-11T11:03:55.249000+05:30",
            "session_end_time": "2026-04-11T11:09:05.334000+05:30",
            "started_participant": "Gnani",
            "other_participants": "Gnani",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2026-04-11T10:55:47.759315+05:30",
            "updated_at": "2026-04-11T11:00:57.906568+05:30"
        }
    ]
}