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

GET /whiteboard_sessions/?format=api&ordering=session_start_time&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_start_time&page=425",
    "results": [
        {
            "id": 4510,
            "unique_random_key": "s6boe7lEZfOQdrCxLbhmW",
            "expert_id": 42,
            "done_activities": "",
            "autism_client_id": null,
            "main_session_id": "a4ORwTtWqZpyX5PxI6v5nCC8hw",
            "session_start_time": "2026-04-11T10:38:28.855000+05:30",
            "session_end_time": "2026-04-11T10:39:47.443000+05:30",
            "started_participant": "Bhavana",
            "other_participants": "Bhavana",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2026-04-11T10:38:29.203321+05:30",
            "updated_at": "2026-04-11T10:39:47.721316+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"
        }
    ]
}