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": 3602,
            "unique_random_key": "00NnkOJtwISqMW4eNbPMe",
            "expert_id": 273,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "iIMBJudddlDHxCzCgKkl39DWr6",
            "session_start_time": "2025-08-02T19:49:19.074000+05:30",
            "session_end_time": "2025-08-02T20:28:45.381000+05:30",
            "started_participant": "Sanna Sherin",
            "other_participants": "shobana",
            "active": false,
            "session_notes": "",
            "rewards": "[{\"state\":\"end\",\"bottom\":\"8%\",\"imageUrl\":\"https://d1e2cdbb22s48i.cloudfront.net/249.png\"},{\"state\":\"end\",\"bottom\":\"16%\",\"imageUrl\":\"https://d1e2cdbb22s48i.cloudfront.net/269.png\"},{\"state\":\"end\",\"bottom\":\"24%\",\"imageUrl\":\"https://d1e2cdbb22s48i.cloudfront.net/268.png\"}]",
            "created_at": "2025-08-02T19:49:19.716594+05:30",
            "updated_at": "2025-08-02T20:28:46.164884+05:30"
        }
    ]
}