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

GET /whiteboard_sessions/?format=api&ordering=started_participant&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=started_participant&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": 4438,
            "unique_random_key": "BgNtEUjW6YOKW9RCJBvl4",
            "expert_id": 34,
            "done_activities": "",
            "autism_client_id": null,
            "main_session_id": "lWppCKhTDTSU9hzyYyRRKm7rZy",
            "session_start_time": "2026-03-26T05:51:08.172144+05:30",
            "session_end_time": null,
            "started_participant": "yoo",
            "other_participants": "yoo",
            "active": true,
            "session_notes": "",
            "rewards": "",
            "created_at": "2026-03-26T00:21:08.239123+05:30",
            "updated_at": "2026-03-26T00:21:08.239170+05:30"
        }
    ]
}