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

GET /whiteboard_sessions/?format=api&ordering=-started_participant&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=-started_participant&page=424",
    "results": [
        {
            "id": 4433,
            "unique_random_key": "y3jOH5rMH13uXHTpUqckJ",
            "expert_id": 34,
            "done_activities": "",
            "autism_client_id": null,
            "main_session_id": "y1OZS2aPz5kS3PejSsjnYOPjNe",
            "session_start_time": "2026-03-26T03:40:47.478177+05:30",
            "session_end_time": null,
            "started_participant": "aa",
            "other_participants": "aa",
            "active": true,
            "session_notes": "",
            "rewards": "",
            "created_at": "2026-03-25T22:10:48.076019+05:30",
            "updated_at": "2026-03-25T22:10:48.076067+05:30"
        }
    ]
}