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

GET /whiteboard_sessions/?format=api&ordering=other_participants&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=other_participants&page=424",
    "results": [
        {
            "id": 3680,
            "unique_random_key": "UfiNnMRo1tO5i6e8DQQFE",
            "expert_id": 267,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "6M6pOiRbLdLR4oiEdnZHfn9mhf",
            "session_start_time": "2025-08-12T20:31:32.933000+05:30",
            "session_end_time": "2025-08-12T20:34:38.147000+05:30",
            "started_participant": "Lasya",
            "other_participants": "Zuheb\\",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2025-08-12T20:31:33.084285+05:30",
            "updated_at": "2025-08-12T20:34:38.300470+05:30"
        }
    ]
}