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

GET /whiteboard_sessions/?format=api&ordering=-started_participant&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=-started_participant&page=425",
    "results": [
        {
            "id": 2261,
            "unique_random_key": "qCg1drTlgUo8cyI6jPKtR",
            "expert_id": 236,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "CLlhalkE8w4RpwHDQcBudwA0JT",
            "session_start_time": "2025-01-17T18:05:01.833000+05:30",
            "session_end_time": "2025-01-17T18:48:01.882000+05:30",
            "started_participant": "Afia Liyakath",
            "other_participants": "srinidhi",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2025-01-17T18:04:59.726299+05:30",
            "updated_at": "2025-01-17T18:47:59.962019+05:30"
        },
        {
            "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"
        }
    ]
}