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

GET /whiteboard_sessions/?format=api&ordering=-unique_random_key&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=-unique_random_key&page=425",
    "results": [
        {
            "id": 2113,
            "unique_random_key": "01JDuObr7Bq4glo7i80HM",
            "expert_id": 91,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "eISSXXe5pXtIBuXSQqPEIFGZ7i",
            "session_start_time": "2024-12-29T10:20:51.738000+05:30",
            "session_end_time": "2024-12-29T10:24:13.568000+05:30",
            "started_participant": "Rajani Yadav",
            "other_participants": "Bhargavaram",
            "active": false,
            "session_notes": "",
            "rewards": "",
            "created_at": "2024-12-29T10:20:52.288287+05:30",
            "updated_at": "2024-12-29T10:24:14.177228+05:30"
        },
        {
            "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"
        }
    ]
}