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

GET /whiteboard_sessions/?format=api&ordering=started_participant&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=started_participant&page=424",
    "results": [
        {
            "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"
        }
    ]
}