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

GET /whiteboard_sessions/?format=api&ordering=unique_random_key&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=unique_random_key&page=424",
    "results": [
        {
            "id": 3818,
            "unique_random_key": "ZznZAWoxbGMtibJcDn9lJ",
            "expert_id": 267,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "4YCKUtGQQtiuNGIb6zwgX9nKTS",
            "session_start_time": "2025-09-03T14:31:23.067000+05:30",
            "session_end_time": "2025-09-03T15:15:16.234000+05:30",
            "started_participant": "Lasya",
            "other_participants": "Puja",
            "active": false,
            "session_notes": "",
            "rewards": "[{\"state\":\"end\",\"bottom\":\"8%\",\"imageUrl\":\"https://d1e2cdbb22s48i.cloudfront.net/256.png\"},{\"state\":\"end\",\"bottom\":\"16%\",\"imageUrl\":\"https://d1e2cdbb22s48i.cloudfront.net/274.png\"},{\"state\":\"end\",\"bottom\":\"24%\",\"imageUrl\":\"https://d1e2cdbb22s48i.cloudfront.net/289.png\"}]",
            "created_at": "2025-09-03T14:31:23.218296+05:30",
            "updated_at": "2025-09-03T15:15:16.410666+05:30"
        }
    ]
}