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

GET /whiteboard_sessions/?format=api&ordering=-expert_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=-expert_id&page=424",
    "results": [
        {
            "id": 4393,
            "unique_random_key": "SE5jasbrAGdyPLnejt1mA",
            "expert_id": 9,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "5LfDnJ0sd0gIlNQ2xDhcLc9VnC",
            "session_start_time": "2026-03-02T16:28:42.258000+05:30",
            "session_end_time": "2026-03-02T16:28:57.736000+05:30",
            "started_participant": "Akash Sinha",
            "other_participants": "Fqdqya",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2026-03-02T16:28:42.339332+05:30",
            "updated_at": "2026-03-02T16:28:57.827106+05:30"
        }
    ]
}