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

GET /whiteboard_sessions/?format=api&ordering=rewards&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=rewards&page=425",
    "results": [
        {
            "id": 618,
            "unique_random_key": "4mhRaq8vWNUGN0LDlJNOR",
            "expert_id": 34,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "PCMjBpmOaHM5tdZAhl5Y68ZPM1",
            "session_start_time": "2024-06-03T22:02:58.630000+05:30",
            "session_end_time": "2024-06-03T22:50:58.447000+05:30",
            "started_participant": "Rajini",
            "other_participants": "Nihal Gollu",
            "active": false,
            "session_notes": "",
            "rewards": "[{\"state\":\"end\",\"bottom\":\"8%\",\"imageUrl\":\"https://d1e2cdbb22s48i.cloudfront.net/SSS+2.png\"}]",
            "created_at": "2024-06-03T22:02:59.463778+05:30",
            "updated_at": "2024-08-20T13:54:11.640816+05:30"
        },
        {
            "id": 1045,
            "unique_random_key": "6Hpq8k9VBHUznGfE0BzcQ",
            "expert_id": 34,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "Y1L8OO2qkb5URy99WE6dDYbiwF",
            "session_start_time": "2024-07-24T16:34:22.037000+05:30",
            "session_end_time": "2024-07-24T17:18:02.520000+05:30",
            "started_participant": "Rajini",
            "other_participants": "Suvarna",
            "active": false,
            "session_notes": "",
            "rewards": "[{\"state\":\"end\",\"bottom\":\"8%\",\"imageUrl\":\"https://d1e2cdbb22s48i.cloudfront.net/SSS+2.png\"}]",
            "created_at": "2024-07-24T16:34:22.568197+05:30",
            "updated_at": "2024-08-20T13:54:08.678090+05:30"
        }
    ]
}