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

GET /whiteboard_sessions/?format=api&ordering=expert_id&page=426
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4252,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/whiteboard_sessions/?format=api&ordering=expert_id&page=425",
    "results": [
        {
            "id": 3111,
            "unique_random_key": "c17wU57weOkFHDVNEuBUv",
            "expert_id": 302,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "SsJbHKQFKQflYyVngnVtccp1iQ",
            "session_start_time": "2025-05-20T11:54:37.994000+05:30",
            "session_end_time": "2025-05-20T11:56:35.816000+05:30",
            "started_participant": "Sonali Sharma",
            "other_participants": "Akash test 21",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2025-05-20T11:54:38.095761+05:30",
            "updated_at": "2025-05-20T11:56:35.914954+05:30"
        },
        {
            "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"
        }
    ]
}