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": 4126,
            "unique_random_key": "id8aUpY62DU8oWoexOIbw",
            "expert_id": 310,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "uMZb6DuyGbs1OHMsKh01h1kPK5",
            "session_start_time": "2025-10-15T15:50:56.444000+05:30",
            "session_end_time": "2025-10-15T15:56:41.773000+05:30",
            "started_participant": "Pravallika",
            "other_participants": "X",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2025-10-15T15:50:56.765709+05:30",
            "updated_at": "2025-10-15T15:56:42.182612+05:30"
        }
    ]
}