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

GET /whiteboard_sessions/?format=api&ordering=-main_session_id&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=-main_session_id&page=424",
    "results": [
        {
            "id": 2356,
            "unique_random_key": "liCvkZ0vL0qNJSRLFzQpK",
            "expert_id": 91,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "02ksJiFQZCNo6vmPjj5bAkYHVA",
            "session_start_time": "2025-01-29T07:16:11.106000+05:30",
            "session_end_time": "2025-01-29T07:52:12.811000+05:30",
            "started_participant": "Rajani Yadav",
            "other_participants": "nidhi",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2025-01-29T07:16:11.517728+05:30",
            "updated_at": "2025-01-29T07:52:13.450273+05:30"
        }
    ]
}